Package | Description |
---|---|
org.antlr.mojo.antlr3 | |
org.antlr.tool |
Modifier and Type | Class and 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 and Description |
---|---|
static ANTLRErrorListener |
ErrorManager.getErrorListener() |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorManager.setErrorListener(ANTLRErrorListener listener)
In general, you'll want all errors to go to a single spot.
|
Copyright © 1992–2015 ANTLR. All rights reserved.