Uses of Class
org.xerial.json.JSONEvent

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)
           
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.