Uses of Class
be.personify.util.TokenType
-
Packages that use TokenType Package Description be.personify.util -
-
Uses of TokenType in be.personify.util
Methods in be.personify.util that return TokenType Modifier and Type Method Description static TokenTypeTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-