Uses of Class
java_cup.parse_action
-
Packages that use parse_action Package Description java_cup -
-
Uses of parse_action in java_cup
Subclasses of parse_action in java_cup Modifier and Type Class Description classnonassoc_actionThis class represents a shift/reduce nonassociative error within the parse table.classreduce_actionThis class represents a reduce action within the parse table.classshift_actionThis class represents a shift action within the parse table.Fields in java_cup declared as parse_action Modifier and Type Field Description parse_action[]parse_action_row. under_termActual action entries for the row.Methods in java_cup that return parse_action Modifier and Type Method Description protected parse_actionlalr_state. insert_action(parse_action a1, parse_action a2, int act_type)protected parse_actionlalr_state. insert_reduce(parse_action a1, parse_action a2)protected parse_actionlalr_state. insert_shift(parse_action a1, parse_action a2)Methods in java_cup with parameters of type parse_action Modifier and Type Method Description booleannonassoc_action. equals(parse_action other)Equality test.booleanparse_action. equals(parse_action other)Equality test.protected booleanlalr_state. fix_with_precedence(production p, int term_index, parse_action_row table_row, parse_action act)Procedure that attempts to fix a shift/reduce error by using precedences.protected parse_actionlalr_state. insert_action(parse_action a1, parse_action a2, int act_type)protected parse_actionlalr_state. insert_reduce(parse_action a1, parse_action a2)protected parse_actionlalr_state. insert_shift(parse_action a1, parse_action a2)
-