visitPair abstract method

T? visitPair(
  1. PairContext ctx
)

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

Implementation

T? visitPair(PairContext ctx);