exitProg abstract method

void exitProg(
  1. ProgContext ctx
)

Exit a parse tree produced by CandidParser.prog. ctx the parse tree

Implementation

void exitProg(ProgContext ctx);