public class parse_action_table extends Object
parse_action, 
parse_action_row| Modifier and Type | Field and Description | 
|---|---|
| protected int | _num_statesHow many rows/states are in the machine/table. | 
| parse_action_row[] | under_stateActual 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. | 
| 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_errorCopyright © 2003–2016 Community Z Tools Project. All rights reserved.