visitJson abstract method
Visit a parse tree produced by JSONParser.json.
ctx the parse tree.
Return the visitor result.
Implementation
T? visitJson(JsonContext ctx);
Visit a parse tree produced by JSONParser.json.
ctx the parse tree.
Return the visitor result.
T? visitJson(JsonContext ctx);