Uses of Enum Class
com.leastfixedpoint.json.JSONReader.Lexeme
-
Uses of JSONReader.Lexeme in com.leastfixedpoint.json
Subclasses with type arguments of type JSONReader.Lexeme in com.leastfixedpoint.jsonModifier and TypeClassDescriptionstatic enum
Most JSON tokens are self-representing; the remainder are represented with instances of Lexeme.Methods in com.leastfixedpoint.json that return JSONReader.LexemeModifier and TypeMethodDescriptionstatic JSONReader.Lexeme
Returns the enum constant of this class with the specified name.static JSONReader.Lexeme[]
JSONReader.Lexeme.values()
Returns an array containing the constants of this enum class, in the order they are declared.