setSym1 method

void setSym1(
  1. Object? ast
)

Implementation

void setSym1(Object? ast) {
  parseStack[stateStackTop] = ast;
}