Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.tree.xpath |
Modifier and Type | Class | 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 | Description |
---|---|---|
ANTLRErrorListener |
Recognizer.getErrorListenerDispatch() |
Modifier and Type | Method | Description |
---|---|---|
List<? extends ANTLRErrorListener> |
Recognizer.getErrorListeners() |
Modifier and Type | Method | Description |
---|---|---|
void |
Recognizer.addErrorListener(ANTLRErrorListener listener) |
|
void |
Recognizer.removeErrorListener(ANTLRErrorListener listener) |
Constructor | Description |
---|---|
ProxyErrorListener(Collection<? extends ANTLRErrorListener> delegates) |
Modifier and Type | Class | Description |
---|---|---|
class |
XPathLexerErrorListener |
Copyright © 1992–2019 ANTLR. All rights reserved.