enterProg abstract method

void enterProg(
  1. ProgContext ctx
)

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

Implementation

void enterProg(ProgContext ctx);