Lines Matching refs:all
30 /* add to set of all non terminals and check for duplicates */
57 /** Table of all non-terminals -- elements are stored using name strings
62 /** Access to all non-terminals. */
63 public static Enumeration all() {return _all.elements();};
118 /** Compute nullability of all non-terminals. */
133 for (e=all(); e.hasMoreElements(); )
149 /* do one last pass over the productions to finalize all of them */
150 for (e=production.all(); e.hasMoreElements(); )
159 /** Compute first sets for all non-terminals. This assumes nullability has
178 for (n = all(); n.hasMoreElements(); )
205 /** Table of all productions with this non terminal on the LHS. */