| Package | Description |
|---|---|
| org.antlr.mojo.antlr3 | |
| org.antlr.tool |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Antlr3ErrorLog |
The Maven plexus container gives us a Log logging provider
which we can use to install an error listener for the ANTLR
tool to report errors by.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ANTLRErrorListener |
ErrorManager.getErrorListener() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
ErrorManager.setErrorListener(ANTLRErrorListener listener) |
In general, you'll want all errors to go to a single spot.
|
Copyright © 1992–2018 ANTLR. All rights reserved.