tAction1 method

int tAction1(
  1. int act,
  2. int sym
)

Implementation

int tAction1(int act, int sym) {
  act = prs.tAction(act, sym);
  return (act > LA_STATE_OFFSET ? lookahead(act, tokStream.peek()) : act);
}