public class parse_action_table
extends java.lang.Object
parse_action
,
parse_action_row
Modifier and Type | Field and Description |
---|---|
protected int |
_num_states
How many rows/states are in the machine/table.
|
parse_action_row[] |
under_state
Actual array of rows, one per state.
|
Constructor and Description |
---|
parse_action_table()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String |
toString() |
protected int _num_states
public parse_action_row[] under_state
public parse_action_table()
public int num_states()
public void check_reductions() throws internal_error
internal_error
public java.lang.String toString()
toString
in class java.lang.Object