COMMENT method

TerminalNode? COMMENT()

Implementation

TerminalNode? COMMENT() => getToken(EnvParser.TOKEN_COMMENT, 0);