|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava_cup.parse_action_row
This class represents one row (corresponding to one machine state) of the parse action table.
Field Summary | |
protected static int |
_size
Number of columns (terminals) in every row. |
int |
default_reduce
Default (reduce) action for this row. |
protected static int[] |
reduction_count
Table of reduction counts (reused by compute_default()). |
parse_action[] |
under_term
Actual action entries for the row. |
Constructor Summary | |
parse_action_row()
Simple constructor. |
Method Summary | |
void |
compute_default()
Compute the default (reduce) action for this row and store it in default_reduce. |
static int |
size()
Number of columns (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
protected static int[] reduction_count
public parse_action[] under_term
public int default_reduce
Constructor Detail |
public parse_action_row()
Method Detail |
public static int size()
public void compute_default()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |