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.stateStackMethods in com.leastfixedpoint.json that return JSONEventReader.StateModifier and TypeMethodDescriptionstatic JSONEventReader.StateReturns 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 voidJSONEventReader.gotoState(JSONEventReader.State newState) protected voidJSONEventReader.pushAndGoto(JSONEventReader.State newState)