Uses of Enum Class
com.leastfixedpoint.json.JSONEventReader.State
-
Uses of JSONEventReader.State in com.leastfixedpoint.json
Subclasses with type arguments of type JSONEventReader.State in com.leastfixedpoint.jsonFields in com.leastfixedpoint.json declared as JSONEventReader.StateFields in com.leastfixedpoint.json with type parameters of type JSONEventReader.StateModifier and TypeFieldDescriptionprotected List
<JSONEventReader.State> JSONEventReader.stateStack
Methods in com.leastfixedpoint.json that return JSONEventReader.StateModifier and TypeMethodDescriptionstatic JSONEventReader.State
Returns the enum constant of this class with the specified name.static JSONEventReader.State[]
JSONEventReader.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.leastfixedpoint.json with parameters of type JSONEventReader.StateModifier and TypeMethodDescriptionprotected void
JSONEventReader.gotoState
(JSONEventReader.State newState) protected void
JSONEventReader.pushAndGoto
(JSONEventReader.State newState)