visitFuncAnn abstract method
Visit a parse tree produced by CandidParser.funcAnn.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitFuncAnn(FuncAnnContext ctx);
Visit a parse tree produced by CandidParser.funcAnn.
ctx
the parse tree.
Return the visitor result.
T? visitFuncAnn(FuncAnnContext ctx);