| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.tree.xpath |
| 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
This implementation of
ANTLRErrorListener dispatches all calls to a
collection of delegate listeners. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ANTLRErrorListener> |
Recognizer._listeners |
private java.util.Collection<? extends ANTLRErrorListener> |
ProxyErrorListener.delegates |
| Modifier and Type | Method and Description |
|---|---|
ANTLRErrorListener |
Recognizer.getErrorListenerDispatch() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends ANTLRErrorListener> |
Recognizer.getErrorListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
Recognizer.addErrorListener(ANTLRErrorListener listener) |
void |
Recognizer.removeErrorListener(ANTLRErrorListener listener) |
| Constructor and Description |
|---|
ProxyErrorListener(java.util.Collection<? extends ANTLRErrorListener> delegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
XPathLexerErrorListener |