Class JavaParser.CheckstyleErrorListener

  • All Implemented Interfaces:
    org.antlr.v4.runtime.ANTLRErrorListener
    Enclosing class:
    JavaParser

    private static final class JavaParser.CheckstyleErrorListener
    extends org.antlr.v4.runtime.BaseErrorListener
    Custom error listener to provide detailed exception message.
    • Method Detail

      • syntaxError

        public void syntaxError​(org.antlr.v4.runtime.Recognizer<?,​?> recognizer,
                                Object offendingSymbol,
                                int line,
                                int charPositionInLine,
                                String msg,
                                org.antlr.v4.runtime.RecognitionException ex)
        Specified by:
        syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListener
        Overrides:
        syntaxError in class org.antlr.v4.runtime.BaseErrorListener