Home | History | Annotate | Download | only in java_cup

Lines Matching refs:all

54  *   <dd> produce a dump of all of the above
99 /* Timing data (not all of these time intervals are mutually exclusive) */
235 " -dump produce a dump of all of the above\n"
456 for (Enumeration t = terminal.all(); t.hasMoreElements(); )
481 for (Enumeration n = non_terminal.all(); n.hasMoreElements(); )
527 /* compute nullability of all non terminals */
534 /* compute first sets of all non terminals */
553 for (Enumeration st = lalr_state.all(); st.hasMoreElements(); )
785 for (t = terminal.all(), cnt=0; t.hasMoreElements(); cnt++)
794 for (n=non_terminal.all(), cnt=0; n.hasMoreElements(); cnt++)
804 for (p=production.all(); p.hasMoreElements(); )
829 for (Enumeration s = lalr_state.all(); s.hasMoreElements(); )