EOF method

TerminalNode? EOF()

Implementation

TerminalNode? EOF() => getToken(JSONParser.TOKEN_EOF, 0);