|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava_cup.parse_reduce_row
This class represents one row (corresponding to one machine state) of the reduce-goto parse table.
Field Summary | |
protected static int |
_size
Number of columns (non terminals) in every row. |
lalr_state[] |
under_non_term
Actual entries for the row. |
Constructor Summary | |
parse_reduce_row()
Simple constructor. |
Method Summary | |
static int |
size()
Number of columns (non terminals) in every row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static int _size
public lalr_state[] under_non_term
Constructor Detail |
public parse_reduce_row()
Method Detail |
public static int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |