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