public class parse_reduce_table
extends java.lang.Object
parse_reduce_row
Modifier and Type | Field and Description |
---|---|
protected int |
_num_states
How many rows/states in the machine/table.
|
parse_reduce_row[] |
under_state
Actual array of rows, one per state
|
Constructor and Description |
---|
parse_reduce_table()
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
num_states()
How many rows/states in the machine/table.
|
java.lang.String |
toString()
Convert to a string.
|
protected int _num_states
public parse_reduce_row[] under_state