Home | History | Annotate | Download | only in java_cup

Lines Matching refs:number

30  *    <dd>   lists the LHS non terminal number, and the length of the RHS of
37 * popped back a number of elements corresponding to the RHS of the
47 * and other output is to be produced, and counting things such as number of
69 Finally, this class uses a number of public instance variables to communicate
71 as well as to report counts of various things (such as number of conflicts
89 num_conflicts - number of conflicts detected.
91 not_reduced - count of number of productions that never reduce.
165 /** Number of conflict found while building tables. */
175 /** Count of the number on non-reduced productions found. */
348 out.println(" /* select the action based on the action number */");
400 out.println(" \"Invalid action number found in " +
432 all_prods = new production[production.number()];
441 for (int i = 0; i<production.number(); i++)
451 if (i < production.number()-1) out.print(", ");
521 /* shifts get positive entries of state number + 1 */