Uses of Class
org.antlr.v4.runtime.Lexer
Packages that use Lexer
Package
Description
-
Uses of Lexer in org.antlr.v4.gui
Methods in org.antlr.v4.gui with parameters of type Lexer -
Uses of Lexer in org.antlr.v4.runtime
Subclasses of Lexer in org.antlr.v4.runtimeMethods in org.antlr.v4.runtime with parameters of type LexerModifier and TypeMethodDescriptionParser.compileParseTreePattern
(String pattern, int patternRuleIndex, Lexer lexer) The same asParser.compileParseTreePattern(String, int)
but specify aLexer
rather than trying to deduce it from this parser.Constructors in org.antlr.v4.runtime with parameters of type LexerModifierConstructorDescriptionLexerNoViableAltException
(Lexer lexer, CharStream input, int startIndex, ATNConfigSet deadEndConfigs) -
Uses of Lexer in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as LexerMethods in org.antlr.v4.runtime.atn with parameters of type LexerModifier and TypeMethodDescriptionvoid
Execute the lexer action in the context of the specifiedLexer
.void
LexerActionExecutor.execute
(Lexer lexer, CharStream input, int startIndex) Execute the actions encapsulated by this executor within the context of a particularLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.void
Execute the lexer action in the context of the specifiedLexer
.Constructors in org.antlr.v4.runtime.atn with parameters of type LexerModifierConstructorDescriptionLexerATNSimulator
(Lexer recog, ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache) -
Uses of Lexer in org.antlr.v4.runtime.tree.pattern
Fields in org.antlr.v4.runtime.tree.pattern declared as LexerModifier and TypeFieldDescriptionprivate final Lexer
ParseTreePatternMatcher.lexer
This is the backing field forParseTreePatternMatcher.getLexer()
.Methods in org.antlr.v4.runtime.tree.pattern that return LexerModifier and TypeMethodDescriptionParseTreePatternMatcher.getLexer()
Used to convert the tree pattern string into a series of tokens.Constructors in org.antlr.v4.runtime.tree.pattern with parameters of type Lexer -
Uses of Lexer in org.antlr.v4.runtime.tree.xpath
Subclasses of Lexer in org.antlr.v4.runtime.tree.xpath