visitObj abstract method
Visit a parse tree produced by JSONParser.obj.
ctx the parse tree.
Return the visitor result.
Implementation
T? visitObj(ObjContext ctx);
Visit a parse tree produced by JSONParser.obj.
ctx the parse tree.
Return the visitor result.
T? visitObj(ObjContext ctx);