public class Antlr4ErrorLog extends Object implements ANTLRToolListener
ANTLRToolListener reports messages to the
Log instance provided by Maven.| Constructor and Description |
|---|
Antlr4ErrorLog(org.apache.maven.plugin.logging.Log log)
Creates an instance of
Antlr4ErrorLog. |
| Modifier and Type | Method and Description |
|---|---|
void |
error(ANTLRMessage message)
This implementation passes the message to the Maven log.
|
void |
info(String message)
This implementation passes the message to the Maven log.
|
void |
warning(ANTLRMessage message)
This implementation passes the message to the Maven log.
|
public Antlr4ErrorLog(@NotNull org.apache.maven.plugin.logging.Log log)
Antlr4ErrorLog.log - The Maven logpublic void info(String message)
info in interface ANTLRToolListenermessage - The message to send to Mavenpublic void error(ANTLRMessage message)
error in interface ANTLRToolListenermessage - The message to send to Maven.public void warning(ANTLRMessage message)
warning in interface ANTLRToolListenermessage - Copyright © 2009-2012. All Rights Reserved.