Class JenkinsANTLRErrorListener

java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
jenkins.util.antlr.JenkinsANTLRErrorListener
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class JenkinsANTLRErrorListener extends org.antlr.v4.runtime.BaseErrorListener
  • Constructor Details

    • JenkinsANTLRErrorListener

      public JenkinsANTLRErrorListener()
    • JenkinsANTLRErrorListener

      public JenkinsANTLRErrorListener(Supplier<String> errorMessageSupplier)
  • Method Details

    • syntaxError

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