| 程序包 | 说明 |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree.xpath |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ParserErrorListener
How to emit recognition errors for parsers.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseErrorListener
Provides an empty default implementation of
ANTLRErrorListener. |
class |
ConsoleErrorListener |
class |
DiagnosticErrorListener
This implementation of
ANTLRErrorListener can be used to identify
certain potential correctness and performance problems in grammars. |
class |
ProxyErrorListener<Symbol>
This implementation of
ANTLRErrorListener dispatches all calls to a
collection of delegate listeners. |
class |
ProxyParserErrorListener |
| 限定符和类型 | 方法和说明 |
|---|---|
ANTLRErrorListener<? super Symbol> |
Recognizer.getErrorListenerDispatch() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Collection<? extends ANTLRErrorListener<? super Symbol>> |
ProxyErrorListener.getDelegates() |
List<? extends ANTLRErrorListener<? super Symbol>> |
Recognizer.getErrorListeners() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Recognizer.addErrorListener(ANTLRErrorListener<? super Symbol> listener) |
void |
Recognizer.removeErrorListener(ANTLRErrorListener<? super Symbol> listener) |
| 构造器和说明 |
|---|
ProxyErrorListener(Collection<? extends ANTLRErrorListener<? super Symbol>> delegates) |
ProxyParserErrorListener(Collection<? extends ANTLRErrorListener<? super Token>> delegates) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
XPathLexerErrorListener |
Copyright © 1992–2022 Daniel Sun. All rights reserved.