Uses of Class
rekit.persistence.level.parser.Token
Packages that use Token
-
Uses of Token in rekit.persistence.level.parser
Methods in rekit.persistence.level.parser that return TokenModifier and TypeMethodDescriptionstatic TokenToken.getEOSToken()This creates an EOS token.Tokenizer.nextToken()Get the next token.Constructors in rekit.persistence.level.parser with parameters of type TokenModifierConstructorDescriptionUnexpectedTokenException(Token foundToken, String comment) Instantiates a new unexpected token execption.UnexpectedTokenException(Token foundToken, TokenType expectedToken) Instantiates a new unexpected token execption.