Lines Matching defs:out
138 /** List of transitions out of this state. */
141 /** List of transitions out of this state. */
157 * onto System.out.
167 System.out.println("NULL lalr_state");
171 System.out.println("lalr_state [" + st.index() + "] {");
176 System.out.print(" [");
177 System.out.print(itm.the_production().lhs().the_symbol().name());
178 System.out.print(" ::= ");
181 if (i == itm.dot_pos()) System.out.print("(*) ");
184 System.out.print("{action} ");
186 System.out.print(((symbol_part)part).the_symbol().name() + " ");
188 if (itm.dot_at_end()) System.out.print("(*) ");
189 System.out.println("]");
191 System.out.println("}");
208 /* propagate lookaheads out of that state */
217 /** Add a transition out of this state to another.
237 * it attempts to extend the machine by creating transitions out of
303 /* build a state out of that item set and put it in our work set */
327 /* now create a transition out for each individual symbol */
360 /* if we haven't, build a new state out of the item set */
383 /* look at each propagate link out of that item */
386 /* pull out item linked to in the new state */
415 /** Propagate lookahead sets out of this state. This recursively
421 /* recursively propagate out from each item in the state */
433 * out of the state (shift entries) or reductions from the state to some
437 * out of a state on that non-terminal.<p>
461 /* pull out our rows from the tables */