visitDef abstract method
Visit a parse tree produced by CandidParser.def.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitDef(DefContext ctx);
Visit a parse tree produced by CandidParser.def.
ctx
the parse tree.
Return the visitor result.
T? visitDef(DefContext ctx);