visitImp abstract method
Visit a parse tree produced by CandidParser.imp.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitImp(ImpContext ctx);
Visit a parse tree produced by CandidParser.imp.
ctx
the parse tree.
Return the visitor result.
T? visitImp(ImpContext ctx);