Uses of Class
eu.bandm.tools.lljava.parser.LLJavaLexer.Token
Packages that use LLJavaLexer.Token
-
Uses of LLJavaLexer.Token in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return LLJavaLexer.TokenModifier 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.Methods in eu.bandm.tools.lljava.parser that return types with arguments of type LLJavaLexer.TokenModifier 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.