public interface JSONListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
JSONParser.void enterJson(JSONParser.JsonContext ctx)
JSONParser.json().ctx - the parse treevoid exitJson(JSONParser.JsonContext ctx)
JSONParser.json().ctx - the parse treevoid enterObj(JSONParser.ObjContext ctx)
JSONParser.obj().ctx - the parse treevoid exitObj(JSONParser.ObjContext ctx)
JSONParser.obj().ctx - the parse treevoid enterPair(JSONParser.PairContext ctx)
JSONParser.pair().ctx - the parse treevoid exitPair(JSONParser.PairContext ctx)
JSONParser.pair().ctx - the parse treevoid enterArr(JSONParser.ArrContext ctx)
JSONParser.arr().ctx - the parse treevoid exitArr(JSONParser.ArrContext ctx)
JSONParser.arr().ctx - the parse treevoid enterValue(JSONParser.ValueContext ctx)
JSONParser.value().ctx - the parse treevoid exitValue(JSONParser.ValueContext ctx)
JSONParser.value().ctx - the parse treeCopyright © 2021 Markus Heberling. All rights reserved.