Package jenkins.util.antlr
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 Summary
Constructors Constructor Description JenkinsANTLRErrorListener()
JenkinsANTLRErrorListener(Supplier<String> errorMessageSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
-
-
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 e)
- Specified by:
syntaxError
in interfaceorg.antlr.v4.runtime.ANTLRErrorListener
- Overrides:
syntaxError
in classorg.antlr.v4.runtime.BaseErrorListener
-
-