| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree.xpath |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParserErrorListener
How to emit recognition errors for parsers.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
ANTLRErrorListener<? super Symbol> |
Recognizer.getErrorListenerDispatch() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<? extends ANTLRErrorListener<? super Symbol>> |
ProxyErrorListener.getDelegates() |
List<? extends ANTLRErrorListener<? super Symbol>> |
Recognizer.getErrorListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Recognizer.addErrorListener(ANTLRErrorListener<? super Symbol> listener) |
void |
Recognizer.removeErrorListener(ANTLRErrorListener<? super Symbol> listener) |
| Constructor and Description |
|---|
ProxyErrorListener(Collection<? extends ANTLRErrorListener<? super Symbol>> delegates) |
ProxyParserErrorListener(Collection<? extends ANTLRErrorListener<? super Token>> delegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
XPathLexerErrorListener |
Copyright © 1992–2024 Daniel Sun. All rights reserved.