visitId abstract method
Visit a parse tree produced by CandidParser.id.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitId(IdContext ctx);
Visit a parse tree produced by CandidParser.id.
ctx
the parse tree.
Return the visitor result.
T? visitId(IdContext ctx);