IMPORT_LETTER method

TerminalNode? IMPORT_LETTER()

Implementation

TerminalNode? IMPORT_LETTER() => getToken(CandidParser.TOKEN_IMPORT_LETTER, 0);