| 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 | Method and Description |
|---|---|
ANTLRErrorListener |
Recognizer.getErrorListenerDispatch() |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<? extends ANTLRErrorListener> delegates) |
| Modifier and Type | Class and Description |
|---|---|
class |
XPathLexerErrorListener |
Copyright © 1992–2018 ANTLR. All rights reserved.