Home | History | Annotate | Download | only in java_cup

Lines Matching refs:all

41  *  replaced all the symbols from the the input corresponding to the RHS with 
85 /** Collection of all states. */
88 /** Collection of all states. */
89 public static Enumeration all() {return _all.elements();}
173 for (Enumeration e = itms.all(); e.hasMoreElements(); )
205 /* iterate across all states */
206 for (Enumeration st = all(); st.hasMoreElements(); )
260 * building process does not maintain full loookaheads in all items.
316 /* gather up all the symbols that appear before dots */
318 for (i = st.items().all(); i.hasMoreElements(); )
328 for (s = outgoing.all(); s.hasMoreElements(); )
335 /* gather up shifted versions of all the items that have this
338 for (i = st.items().all(); i.hasMoreElements();)
379 for (fix = linked_items.all(); fix.hasMoreElements(); )
405 /* all done building states */
416 * propagates to all items that have propagation links from some item
422 for (Enumeration itm = items().all(); itm.hasMoreElements(); )
434 * previous state saved on the stack (reduce entries). All entries in the
442 * the specification) in reduce/reduce conflicts. All conflicts are
466 for (Enumeration i = items().all(); i.hasMoreElements(); )
548 /** Produce warning messages for all conflicts found in this state. */
558 for (Enumeration itms = items().all(); itms.hasMoreElements(); )
571 /* compare this item against all others looking for conflicts */
572 for (Enumeration comps = items().all(); comps.hasMoreElements(); )
607 /* report S/R conflicts under all the symbols we conflict under */
673 /* find and report on all items that shift under our conflict symbol */
674 for (Enumeration itms = items().all(); itms.hasMoreElements(); )