Uses of Enum Class
dk.jonaslindstrom.arithmeticparser.Token.Type
Packages that use Token.Type
-
Uses of Token.Type in dk.jonaslindstrom.arithmeticparser
Methods in dk.jonaslindstrom.arithmeticparser that return Token.TypeModifier and TypeMethodDescriptionToken.getType()
static Token.Type
Returns the enum constant of this class with the specified name.static Token.Type[]
Token.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dk.jonaslindstrom.arithmeticparser with parameters of type Token.Type