public class parse_reduce_table extends 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.
|
String |
toString()
Convert to a string.
|
protected int _num_states
public parse_reduce_row[] under_state
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.