visitArr abstract method
Visit a parse tree produced by JSONParser.arr.
ctx the parse tree.
Return the visitor result.
Implementation
T? visitArr(ArrContext ctx);
Visit a parse tree produced by JSONParser.arr.
ctx the parse tree.
Return the visitor result.
T? visitArr(ArrContext ctx);