Package | Description |
---|---|
java_cup |
Modifier and Type | Field and Description |
---|---|
protected static parse_reduce_table |
Main.reduce_table
Resulting reduce-goto table.
|
Modifier and Type | Method and Description |
---|---|
void |
lalr_state.build_table_entries(parse_action_table act_table,
parse_reduce_table reduce_table)
Fill in the parse table entries for this state.
|
protected static void |
emit.do_reduce_table(java.io.PrintWriter out,
parse_reduce_table red_tab)
Emit the reduce-goto table.
|
static void |
emit.parser(java.io.PrintWriter out,
parse_action_table action_table,
parse_reduce_table reduce_table,
int start_st,
production start_prod,
boolean compact_reduces,
boolean suppress_scanner)
Emit the parser subclass with embedded tables.
|