Home | History | Annotate | Download | only in java_cup

Lines Matching full:transition

30  *  In a shift, it consumes one token and makes a transition to a new state.
33 * the end of the transition). For a reduce operation, the parser is
39 * transition based on the non-terminal on the LHS of the production. This
109 * dot" within items of other states that have a transition to this one.
217 /** Add a transition out of this state to another.
218 * @param on_sym the symbol the transition is under.
219 * @param to_st the state the transition goes to.
226 /* create a new transition object and put it in our list */
239 * from a state we make a transition on each symbol that appears before
244 * in some state, then we would be making a transition under X to a new
264 * constructed during the closure and transition process.
327 /* now create a transition out for each individual symbol */
400 /* add a transition from current state to that state */
510 /* consider each outgoing transition */