Home | History | Annotate | Download | only in java_cup

Lines Matching defs:st

159   protected static void dump_state(lalr_state st) throws internal_error
165 if (st == null)
171 System.out.println("lalr_state [" + st.index() + "] {");
172 itms = st.items();
206 for (Enumeration st = all(); st.hasMoreElements(); )
209 ((lalr_state)st.nextElement()).propagate_lookaheads();
280 lalr_state st, new_st;
314 st = (lalr_state)work_stack.pop();
318 for (i = st.items().all(); i.hasMoreElements(); )
338 for (i = st.items().all(); i.hasMoreElements();)
401 st.add_transition(sym, new_st);