Uses of Class
org.ghotibeaun.json.parser.jep.eventhandler.event.JSONEvent
Package | Description |
---|---|
org.ghotibeaun.json.parser.jep.eventhandler | |
org.ghotibeaun.json.parser.jep.eventhandler.event | |
org.ghotibeaun.json.parser.jep.eventprovider |
-
Uses of JSONEvent in org.ghotibeaun.json.parser.jep.eventhandler
Methods in org.ghotibeaun.json.parser.jep.eventhandler with parameters of type JSONEvent Modifier and Type Method Description String
EventHandler. getDataValue(JSONEvent event)
void
ConsoleEventHandler. handleEvent(JSONEvent event)
abstract void
EventHandler. handleEvent(JSONEvent event)
void
JSONEventHandler. handleEvent(JSONEvent event)
void
StackEventHandler. handleEvent(JSONEvent event)
-
Uses of JSONEvent in org.ghotibeaun.json.parser.jep.eventhandler.event
Subclasses of JSONEvent in org.ghotibeaun.json.parser.jep.eventhandler.event Modifier and Type Class Description class
JSONDataEvent
class
JSONTokenEvent
Methods in org.ghotibeaun.json.parser.jep.eventhandler.event that return JSONEvent Modifier and Type Method Description static JSONEvent
JSONEvent. newDataEvent(ByteBuffer data, JSONEventType type)
static JSONEvent
JSONEvent. newDataEvent(ByteBuffer data, JSONEventType type, int lineNumber, int column)
static JSONEvent
JSONEvent. newTokenEvent(JSONEventType type)
static JSONEvent
JSONEvent. newTokenEvent(JSONEventType type, int lineNumber, int column)
-
Uses of JSONEvent in org.ghotibeaun.json.parser.jep.eventprovider
Methods in org.ghotibeaun.json.parser.jep.eventprovider with parameters of type JSONEvent Modifier and Type Method Description abstract void
EventProvider. notifyEvent(JSONEvent event)
void
JSONEventProvider. notifyEvent(JSONEvent event)