tAction method

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

Implementation

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