visitProg abstract method
Visit a parse tree produced by CandidParser.prog.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitProg(ProgContext ctx);
Visit a parse tree produced by CandidParser.prog.
ctx
the parse tree.
Return the visitor result.
T? visitProg(ProgContext ctx);