Uses of Class
java_cup.parse_reduce_table
Packages that use parse_reduce_table
-
Uses of parse_reduce_table in java_cup
Fields in java_cup declared as parse_reduce_tableModifier and TypeFieldDescriptionprotected static parse_reduce_tableMain.reduce_tableResulting reduce-goto table.Methods in java_cup with parameters of type parse_reduce_tableModifier and TypeMethodDescriptionvoidlalr_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 voidemit.do_reduce_table(PrintWriter out, parse_reduce_table red_tab) Emit the reduce-goto table.static voidemit.parser(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.