Method | Description | |
---|---|---|
accept ( Object value ) : void | ||
discard ( int state, int token, string name, Object value ) : void | ||
error ( string message ) : void | ||
lex ( int state, int token, string name, Object value ) : void | ||
pop ( int state ) : void | ||
push ( int state, Object value ) : void | ||
reduce ( int from, int to, int rule, string text, int len ) : void | ||
reject ( ) : void | ||
shift ( int from, int to ) : void | ||
shift ( int from, int to, int errorFlag ) : void |
Method | Description | |
---|---|---|
println ( string s ) : void |
public discard ( int state, int token, string name, Object value ) : void | ||
state | int | |
token | int | |
name | string | |
value | Object | |
return | void |
public lex ( int state, int token, string name, Object value ) : void | ||
state | int | |
token | int | |
name | string | |
value | Object | |
return | void |
public push ( int state, Object value ) : void | ||
state | int | |
value | Object | |
return | void |
public reduce ( int from, int to, int rule, string text, int len ) : void | ||
from | int | |
to | int | |
rule | int | |
text | string | |
len | int | |
return | void |
public shift ( int from, int to, int errorFlag ) : void | ||
from | int | |
to | int | |
errorFlag | int | |
return | void |