getSym method

Object? getSym(
  1. int i
)

Implementation

Object? getSym(int i) {
  return parseStack[stateStackTop + (i - 1)];
}