visitObj abstract method

T? visitObj(
  1. ObjContext ctx
)

Visit a parse tree produced by JSONParser.obj. ctx the parse tree. Return the visitor result.

Implementation

T? visitObj(ObjContext ctx);