java_cup
public class parse_reduce_table extends Object
Version: last updated: 11/25/95
See Also: parse_reduce_row
| Field Summary | |
|---|---|
| parse_reduce_row[] | under_state Actual array of rows, one per state |
| protected int | _num_states How many rows/states in the machine/table. |
| Constructor Summary | |
|---|---|
| parse_reduce_table() Simple constructor. | |
| Method Summary | |
|---|---|
| int | num_states() How many rows/states in the machine/table. |
| String | toString() Convert to a string. |