lookAhead abstract method

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

Implementation

int lookAhead(int act, int sym);