Uses of Enum Class
rekit.persistence.level.parser.TokenType
Packages that use TokenType
-
Uses of TokenType in rekit.persistence.level.parser
Methods in rekit.persistence.level.parser that return TokenTypeModifier and TypeMethodDescriptionstatic TokenType
Calculate type.Token.getType()
Get the TokenType.static TokenType
Returns the enum constant of this class with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in rekit.persistence.level.parser with parameters of type TokenTypeModifierConstructorDescriptionUnexpectedTokenException
(Token foundToken, TokenType expectedToken) Instantiates a new unexpected token execption.