public interface JSONListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
JSONParser
.限定符和类型 | 方法和说明 |
---|---|
void |
enterArray(JSONParser.ArrayContext ctx)
Enter a parse tree produced by
JSONParser.array() . |
void |
enterArrayValue(JSONParser.ArrayValueContext ctx)
Enter a parse tree produced by the
ArrayValue
labeled alternative in JSONParser.value() . |
void |
enterBOOLEANFALSE(JSONParser.BOOLEANFALSEContext ctx)
Enter a parse tree produced by the
BOOLEANFALSE
labeled alternative in JSONParser.value() . |
void |
enterBOOLEANTRUE(JSONParser.BOOLEANTRUEContext ctx)
Enter a parse tree produced by the
BOOLEANTRUE
labeled alternative in JSONParser.value() . |
void |
enterJsonArray(JSONParser.JsonArrayContext ctx)
Enter a parse tree produced by the
JsonArray
labeled alternative in JSONParser.json() . |
void |
enterJsonObject(JSONParser.JsonObjectContext ctx)
Enter a parse tree produced by the
JsonObject
labeled alternative in JSONParser.json() . |
void |
enterNULL(JSONParser.NULLContext ctx)
Enter a parse tree produced by the
NULL
labeled alternative in JSONParser.value() . |
void |
enterNUMBER(JSONParser.NUMBERContext ctx)
Enter a parse tree produced by the
NUMBER
labeled alternative in JSONParser.value() . |
void |
enterObject(JSONParser.ObjectContext ctx)
Enter a parse tree produced by
JSONParser.object() . |
void |
enterObjectValue(JSONParser.ObjectValueContext ctx)
Enter a parse tree produced by the
ObjectValue
labeled alternative in JSONParser.value() . |
void |
enterPair(JSONParser.PairContext ctx)
Enter a parse tree produced by
JSONParser.pair() . |
void |
enterString(JSONParser.StringContext ctx)
Enter a parse tree produced by the
String
labeled alternative in JSONParser.value() . |
void |
exitArray(JSONParser.ArrayContext ctx)
Exit a parse tree produced by
JSONParser.array() . |
void |
exitArrayValue(JSONParser.ArrayValueContext ctx)
Exit a parse tree produced by the
ArrayValue
labeled alternative in JSONParser.value() . |
void |
exitBOOLEANFALSE(JSONParser.BOOLEANFALSEContext ctx)
Exit a parse tree produced by the
BOOLEANFALSE
labeled alternative in JSONParser.value() . |
void |
exitBOOLEANTRUE(JSONParser.BOOLEANTRUEContext ctx)
Exit a parse tree produced by the
BOOLEANTRUE
labeled alternative in JSONParser.value() . |
void |
exitJsonArray(JSONParser.JsonArrayContext ctx)
Exit a parse tree produced by the
JsonArray
labeled alternative in JSONParser.json() . |
void |
exitJsonObject(JSONParser.JsonObjectContext ctx)
Exit a parse tree produced by the
JsonObject
labeled alternative in JSONParser.json() . |
void |
exitNULL(JSONParser.NULLContext ctx)
Exit a parse tree produced by the
NULL
labeled alternative in JSONParser.value() . |
void |
exitNUMBER(JSONParser.NUMBERContext ctx)
Exit a parse tree produced by the
NUMBER
labeled alternative in JSONParser.value() . |
void |
exitObject(JSONParser.ObjectContext ctx)
Exit a parse tree produced by
JSONParser.object() . |
void |
exitObjectValue(JSONParser.ObjectValueContext ctx)
Exit a parse tree produced by the
ObjectValue
labeled alternative in JSONParser.value() . |
void |
exitPair(JSONParser.PairContext ctx)
Exit a parse tree produced by
JSONParser.pair() . |
void |
exitString(JSONParser.StringContext ctx)
Exit a parse tree produced by the
String
labeled alternative in JSONParser.value() . |
void enterJsonObject(JSONParser.JsonObjectContext ctx)
JsonObject
labeled alternative in JSONParser.json()
.ctx
- the parse treevoid exitJsonObject(JSONParser.JsonObjectContext ctx)
JsonObject
labeled alternative in JSONParser.json()
.ctx
- the parse treevoid enterJsonArray(JSONParser.JsonArrayContext ctx)
JsonArray
labeled alternative in JSONParser.json()
.ctx
- the parse treevoid exitJsonArray(JSONParser.JsonArrayContext ctx)
JsonArray
labeled alternative in JSONParser.json()
.ctx
- the parse treevoid enterObject(JSONParser.ObjectContext ctx)
JSONParser.object()
.ctx
- the parse treevoid exitObject(JSONParser.ObjectContext ctx)
JSONParser.object()
.ctx
- the parse treevoid enterPair(JSONParser.PairContext ctx)
JSONParser.pair()
.ctx
- the parse treevoid exitPair(JSONParser.PairContext ctx)
JSONParser.pair()
.ctx
- the parse treevoid enterArray(JSONParser.ArrayContext ctx)
JSONParser.array()
.ctx
- the parse treevoid exitArray(JSONParser.ArrayContext ctx)
JSONParser.array()
.ctx
- the parse treevoid enterString(JSONParser.StringContext ctx)
String
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid exitString(JSONParser.StringContext ctx)
String
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid enterNUMBER(JSONParser.NUMBERContext ctx)
NUMBER
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid exitNUMBER(JSONParser.NUMBERContext ctx)
NUMBER
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid enterObjectValue(JSONParser.ObjectValueContext ctx)
ObjectValue
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid exitObjectValue(JSONParser.ObjectValueContext ctx)
ObjectValue
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid enterArrayValue(JSONParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid exitArrayValue(JSONParser.ArrayValueContext ctx)
ArrayValue
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid enterBOOLEANTRUE(JSONParser.BOOLEANTRUEContext ctx)
BOOLEANTRUE
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid exitBOOLEANTRUE(JSONParser.BOOLEANTRUEContext ctx)
BOOLEANTRUE
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid enterBOOLEANFALSE(JSONParser.BOOLEANFALSEContext ctx)
BOOLEANFALSE
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid exitBOOLEANFALSE(JSONParser.BOOLEANFALSEContext ctx)
BOOLEANFALSE
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid enterNULL(JSONParser.NULLContext ctx)
NULL
labeled alternative in JSONParser.value()
.ctx
- the parse treevoid exitNULL(JSONParser.NULLContext ctx)
NULL
labeled alternative in JSONParser.value()
.ctx
- the parse treeCopyright © 2016. All Rights Reserved.