Class Antlr4ErrorLog

    • Constructor Detail

      • Antlr4ErrorLog

        public Antlr4ErrorLog​(Tool tool,
                              org.sonatype.plexus.build.incremental.BuildContext buildContext,
                              org.apache.maven.plugin.logging.Log log)
        Creates an instance of Antlr4ErrorLog.
        Parameters:
        log - The Maven log
    • Method Detail

      • info

        public void info​(String message)

        This implementation passes the message to the Maven log.

        Specified by:
        info in interface ANTLRToolListener
        Parameters:
        message - The message to send to Maven
      • error

        public void error​(ANTLRMessage message)

        This implementation passes the message to the Maven log.

        Specified by:
        error in interface ANTLRToolListener
        Parameters:
        message - The message to send to Maven.
      • warning

        public void warning​(ANTLRMessage message)

        This implementation passes the message to the Maven log.

        Specified by:
        warning in interface ANTLRToolListener
        Parameters:
        message -