EXCLAM method

TerminalNode? EXCLAM(
  1. int i
)

Implementation

TerminalNode? EXCLAM(int i) => getToken(CELParser.TOKEN_EXCLAM, i);