getToken method

int getToken(
  1. int i
)

Implementation

int getToken(int i) {
  return locationStack[stateStackTop + (i - 1)];
}