| |
|
| java.lang.Object java_cup.parse_reduce_row
parse_reduce_row | public class parse_reduce_row (Code) | | 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. | public lalr_state | under_non_term Actual entries for the row. |
Method Summary | |
public static void | clear() | public static int | size() Number of columns (non terminals) in every row. |
_size | protected static int _size(Code) | | Number of columns (non terminals) in every row.
|
under_non_term | public lalr_state under_non_term(Code) | | Actual entries for the row.
|
parse_reduce_row | public parse_reduce_row()(Code) | | Simple constructor. Note: this should not be used until the number
of terminals in the grammar has been established.
|
clear | public static void clear()(Code) | | |
size | public static int size()(Code) | | Number of columns (non terminals) in every row.
|
|
|
|