HomeSort by relevance Sort by last modified time
    Searched defs:productions (Results 1 - 4 of 4) sorted by null

  /cts/tools/dasm/src/java_cup/
non_terminal.java 149 /* do one last pass over the productions to finalize all of them */
183 for (p = nt.productions(); p.hasMoreElements(); )
205 /** Table of all productions with this non terminal on the LHS. */
208 /** Access to productions with this non terminal on the LHS. */
209 public Enumeration productions() {return _productions.elements();}; method in class:non_terminal
213 /** Total number of productions with this non terminal on the LHS. */
218 /** Add a production to our set of productions. */
221 /* catch improper productions */
261 /* look and see if any of the productions now look nullable */
262 for (Enumeration e = productions(); e.hasMoreElements();
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 34 milliseconds