Home | History | Annotate | Download | only in java_cup

Lines Matching refs:trans

224       lalr_transition trans;
227 trans = new lalr_transition(on_sym, to_st, _transitions);
228 _transitions = trans;
511 for (lalr_transition trans=transitions(); trans!=null; trans=trans.next())
514 sym = trans.on_symbol();
517 act = new shift_action(trans.to_state());
537 our_red_row.under_non_term[sym.index()] = trans.to_state();