java_cup
public class parse_action_table extends Object
Version: last updated: 11/25/95
See Also: parse_action parse_action_row
| Field Summary | |
|---|---|
| parse_action_row[] | under_state Actual array of rows, one per state. |
| protected int | _num_states How many rows/states are in the machine/table. |
| Constructor Summary | |
|---|---|
| parse_action_table() Simple constructor. | |
| Method Summary | |
|---|---|
| void | check_reductions() Check the table to ensure that all productions have been reduced.
|
| int | num_states() How many rows/states are in the machine/table. |
| String | toString() |