|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava_cup.parse_reduce_table
This class represents the complete "reduce-goto" table of the parser. It has one row for each state in the parse machines, and a column for each terminal symbol. Each entry contains a state number to shift to as the last step of a reduce.
parse_reduce_row
Field Summary | |
protected int |
_num_states
How many rows/states in the machine/table. |
parse_reduce_row[] |
under_state
Actual array of rows, one per state |
Constructor Summary | |
parse_reduce_table()
Simple constructor. |
Method Summary | |
int |
num_states()
How many rows/states in the machine/table. |
java.lang.String |
toString()
Convert to a string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int _num_states
public parse_reduce_row[] under_state
Constructor Detail |
public parse_reduce_table()
Method Detail |
public int num_states()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |