visitValue abstract method
Visit a parse tree produced by JSONParser.value.
ctx the parse tree.
Return the visitor result.
Implementation
T? visitValue(ValueContext ctx);
Visit a parse tree produced by JSONParser.value.
ctx the parse tree.
Return the visitor result.
T? visitValue(ValueContext ctx);