public class Antlr3ErrorLog extends Object implements ANTLRErrorListener
| Constructor and Description |
|---|
Antlr3ErrorLog(org.apache.maven.plugin.logging.Log log)
Instantiate an ANTLR ErrorListner that communicates any messages
it receives to the Maven error sink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(Message message)
Sends an error message from ANTLR analysis to the Maven Log sink.
|
void |
error(ToolMessage toolMessage)
Sends an error message from the ANTLR tool to the Maven Log sink.
|
void |
info(String message)
Sends an informational message to the Maven log sink.
|
void |
warning(Message message)
Sends a warning message to the Maven log sink.
|
public Antlr3ErrorLog(org.apache.maven.plugin.logging.Log log)
log - The Maven Error Logpublic void info(String message)
info in interface ANTLRErrorListeners - The message to send to Mavenpublic void error(Message message)
error in interface ANTLRErrorListenermessage - The message to send to Maven.public void warning(Message message)
warning in interface ANTLRErrorListenermessage - public void error(ToolMessage toolMessage)
error in interface ANTLRErrorListenertoolMessage - Copyright © 1992–2013 ANTLR. All rights reserved.