visitProg abstract method

T? visitProg(
  1. ProgContext ctx
)

Visit a parse tree produced by CandidParser.prog. ctx the parse tree. Return the visitor result.

Implementation

T? visitProg(ProgContext ctx);