LPAREN method

TerminalNode? LPAREN()

Implementation

TerminalNode? LPAREN() => getToken(CELParser.TOKEN_LPAREN, 0);