| 程序包 | 说明 |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.atn | |
| org.antlr.v4.runtime.tree.pattern | |
| org.antlr.v4.runtime.tree.xpath |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LexerInterpreter |
| 限定符和类型 | 方法和说明 |
|---|---|
ParseTreePattern |
Parser.compileParseTreePattern(String pattern,
int patternRuleIndex,
Lexer lexer)
The same as
Parser.compileParseTreePattern(String, int) but specify a
Lexer rather than trying to deduce it from this parser. |
| 构造器和说明 |
|---|
LexerNoViableAltException(Lexer lexer,
CharStream input,
int startIndex,
ATNConfigSet deadEndConfigs) |
RecognitionException(Lexer lexer,
CharStream input) |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Lexer |
LexerATNSimulator.recog |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LexerTypeAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerSkipAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerPushModeAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerPopModeAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerMoreAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerModeAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerIndexedCustomAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerCustomAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerChannelAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerAction.execute(Lexer lexer)
Execute the lexer action in the context of the specified
Lexer. |
void |
LexerActionExecutor.execute(Lexer lexer,
CharStream input,
int startIndex)
Execute the actions encapsulated by this executor within the context of a
particular
Lexer. |
| 构造器和说明 |
|---|
LexerATNSimulator(Lexer recog,
ATN atn) |
| 限定符和类型 | 方法和说明 |
|---|---|
Lexer |
ParseTreePatternMatcher.getLexer()
Used to convert the tree pattern string into a series of tokens.
|
| 构造器和说明 |
|---|
ParseTreePatternMatcher(Lexer lexer,
Parser parser)
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
XPathLexer |
Copyright © 1992–2022 Daniel Sun. All rights reserved.