Uses of Class
org.antlr.v4.runtime.Lexer
-
Packages that use Lexer Package Description org.antlr.v4.runtime org.antlr.v4.runtime.atn org.antlr.v4.runtime.tree.pattern org.antlr.v4.runtime.tree.xpath -
-
Uses of Lexer in org.antlr.v4.runtime
Subclasses of Lexer in org.antlr.v4.runtime Modifier and Type Class Description classLexerInterpreterMethods in org.antlr.v4.runtime with parameters of type Lexer Modifier and Type Method Description ParseTreePatternParser. compileParseTreePattern(String pattern, int patternRuleIndex, Lexer lexer)The same asParser.compileParseTreePattern(String, int)but specify aLexerrather than trying to deduce it from this parser.Constructors in org.antlr.v4.runtime with parameters of type Lexer Constructor Description LexerNoViableAltException(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 Lexer Modifier and Type Field Description protected LexerLexerATNSimulator. recogMethods in org.antlr.v4.runtime.atn with parameters of type Lexer Modifier and Type Method Description voidLexerAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerActionExecutor. execute(Lexer lexer, CharStream input, int startIndex)Execute the actions encapsulated by this executor within the context of a particularLexer.voidLexerChannelAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerCustomAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerIndexedCustomAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerModeAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerMoreAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerPopModeAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerPushModeAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerSkipAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.voidLexerTypeAction. execute(Lexer lexer)Execute the lexer action in the context of the specifiedLexer.Constructors in org.antlr.v4.runtime.atn with parameters of type Lexer Constructor Description LexerATNSimulator(Lexer recog, ATN atn, DFA[] decisionToDFA, PredictionContextCache sharedContextCache) -
Uses of Lexer in org.antlr.v4.runtime.tree.pattern
Methods in org.antlr.v4.runtime.tree.pattern that return Lexer Modifier and Type Method Description LexerParseTreePatternMatcher. 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 Constructor Description ParseTreePatternMatcher(Lexer lexer, Parser parser) -
Uses of Lexer in org.antlr.v4.runtime.tree.xpath
Subclasses of Lexer in org.antlr.v4.runtime.tree.xpath Modifier and Type Class Description classXPathLexerMimic the old XPathLexer from .g4 file
-