visitPair abstract method
Visit a parse tree produced by JSONParser.pair.
ctx the parse tree.
Return the visitor result.
Implementation
T? visitPair(PairContext ctx);
Visit a parse tree produced by JSONParser.pair.
ctx the parse tree.
Return the visitor result.
T? visitPair(PairContext ctx);