Methods in java_cup with parameters of type parse_action_table
|
void |
lalr_state.build_table_entries(java_cup.parse_action_table act_table,
java_cup.parse_reduce_table reduce_table)
Fill in the parse table entries for this state. |
protected static void |
emit.do_action_table(java.io.PrintWriter out,
java_cup.parse_action_table act_tab,
boolean compact_reduces)
Emit the action table. |
static void |
emit.parser(java.io.PrintWriter out,
java_cup.parse_action_table action_table,
java_cup.parse_reduce_table reduce_table,
int start_st,
java_cup.production start_prod,
boolean compact_reduces,
boolean suppress_scanner)
Emit the parser subclass with embedded tables. |