|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava_cup.parse_action_row
public class parse_action_row
This class represents one row (corresponding to one machine state) of the parse action table.
Field Summary | |
---|---|
int |
default_reduce
Default (reduce) action for this row. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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 |