Uses of Class
eu.bandm.tools.lljava.parser.LLJavaLexer.Token
-
Uses of LLJavaLexer.Token in eu.bandm.tools.lljava.parser
Modifier and TypeMethodDescriptionLLJavaLexer.get()
Creates a variant of this token with the given text.LLJavaLexer.Token.withType
(LLJavaLexer.TokenType type) Creates a variant of this token with the given type.Modifier and TypeMethodDescriptionLLJavaLexer.discard
(LLJavaLexer.TokenType first, LLJavaLexer.TokenType... rest) Returns a functional object that supplies the tokens of this lexer, except for those of the given types.LLJavaLexer.discard
(Set<LLJavaLexer.TokenType> types) Returns a functional object that supplies the tokens of this lexer, except for the given types.LLJavaLexer.stream()
Returns a sequential token stream with this lexer as its source.