public class JsonArrayListener extends JsonObjectListener
jsonArrayParseTreeProperty, jsonObjectParseTreeProperty, property| 构造器和说明 |
|---|
JsonArrayListener(DeserializeFeature feature) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
exitJsonArray(JSONParser.JsonArrayContext ctx)
Exit a parse tree produced by the
JsonArray
labeled alternative in JSONParser.json(). |
JsonArray |
getJsonArray() |
enterArray, enterObject, exitArray, exitArrayValue, exitBOOLEANFALSE, exitBOOLEANTRUE, exitJsonObject, exitNULL, exitNUMBER, exitObjectValue, exitPair, exitString, getJsonObjectenterArrayValue, enterBOOLEANFALSE, enterBOOLEANTRUE, enterEveryRule, enterNULL, enterNUMBER, enterObjectValue, enterPair, enterString, exitEveryRule, exitObject, visitErrorNode, visitTerminalpublic JsonArrayListener(DeserializeFeature feature)
public JsonArray getJsonArray()
public void enterJsonArray(JSONParser.JsonArrayContext ctx)
JSONBaseListenerJsonArray
labeled alternative in JSONParser.json().
The default implementation does nothing.
enterJsonArray 在接口中 JSONListenerenterJsonArray 在类中 JsonObjectListenerctx - the parse treepublic void exitJsonArray(JSONParser.JsonArrayContext ctx)
JSONBaseListenerJsonArray
labeled alternative in JSONParser.json().
The default implementation does nothing.
exitJsonArray 在接口中 JSONListenerexitJsonArray 在类中 JSONBaseListenerctx - the parse treepublic void enterJsonObject(JSONParser.JsonObjectContext ctx)
JSONBaseListenerJsonObject
labeled alternative in JSONParser.json().
The default implementation does nothing.
enterJsonObject 在接口中 JSONListenerenterJsonObject 在类中 JSONBaseListenerctx - the parse treeCopyright © 2016. All Rights Reserved.