Lines Matching refs:symbol
25 * would be reduced into a C, matching the first symbol in our production
42 * the symbol on the LHS.
218 * @param on_sym the symbol the transition is under.
221 public void add_transition(symbol on_sym, lalr_state to_st)
239 * from a state we make a transition on each symbol that appears before
283 symbol sym, sym2;
322 /* add the symbol before the dot (if any) to our collection */
327 /* now create a transition out for each individual symbol */
330 sym = (symbol)s.nextElement();
336 symbol before the dot */
342 /* if this is the symbol we are working on now, add to set */
458 symbol sym;
475 /* consider each lookahead symbol */
553 symbol shift_sym;
601 /* remember the terminal symbol in conflict */
658 * @param conflict_sym the index of the symbol conflict occurs under.
666 symbol shift_sym;
673 /* find and report on all items that shift under our conflict symbol */
690 System.err.println(" under symbol "+ terminal.find(conflict_sym).name());