visitArr abstract method

T? visitArr(
  1. ArrContext ctx
)

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

Implementation

T? visitArr(ArrContext ctx);