|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JSONEvent | |
|---|---|
| org.xerial.json | JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.) |
| Uses of JSONEvent in org.xerial.json |
|---|
| Methods in org.xerial.json that return JSONEvent | |
|---|---|
JSONEvent |
JSONPullParser.next()
Reads the next JSONEvent |
protected JSONEvent |
JSONPullParser.reportEvent(org.antlr.runtime.Token token,
JSONEvent e)
|
static JSONEvent |
JSONEvent.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JSONEvent[] |
JSONEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xerial.json with parameters of type JSONEvent | |
|---|---|
protected JSONEvent |
JSONPullParser.reportEvent(org.antlr.runtime.Token token,
JSONEvent e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
