visitNull abstract method
Visit a parse tree produced by CandidParser.null
.
ctx
the parse tree.
Return the visitor result.
Implementation
T? visitNull(NullContext ctx);
Visit a parse tree produced by CandidParser.null
.
ctx
the parse tree.
Return the visitor result.
T? visitNull(NullContext ctx);