Home
last modified time | relevance | path

Searched refs:shift_sym (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dasm/src/java_cup/
Dlalr_state.java553 symbol shift_sym; in report_conflicts() local
596 shift_sym = compare.symbol_after_dot(); in report_conflicts()
597 if (!shift_sym.is_non_term()) in report_conflicts()
600 if (itm.lookahead().contains((terminal)shift_sym)) in report_conflicts()
602 conflict_set.add((terminal)shift_sym); in report_conflicts()
666 symbol shift_sym; in report_shift_reduce() local
682 shift_sym = itm.symbol_after_dot(); in report_shift_reduce()
683 if (!shift_sym.is_non_term() && shift_sym.index() == conflict_sym) in report_shift_reduce()