Home | History | Annotate | Download | only in java_cup

Lines Matching full:reduce

34  *           (shift, reduce, or error) under each lookahead symbol.<br>
35 * <dt> reduce-goto table
36 * <dd> when a reduce on a given production is taken, the parse stack is
67 do_reduce_table - emit declaration and init for the reduce-goto table
91 not_reduced - count of number of productions that never reduce.
207 /** Time to produce the reduce-goto table. */
478 * @param compact_reduces do we use the most frequent reduce as default?
528 /* reduce actions get negated entries of production# + 1 */
529 else if (act.kind() == parse_action.REDUCE)
564 /** Emit the reduce-goto table.
566 * @param red_tab the internal representation of the reduce-goto table.
581 /* do each row of the reduce-goto table */
621 * @param reduce_table internal representation of the reduce-goto table.
624 * @param compact_reduces do we use most frequent reduce as default?