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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsyntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e) Methods inherited from class org.antlr.v4.runtime.BaseErrorListenerreportAmbiguity, reportAttemptingFullContext, reportContextSensitivity
- 
Constructor Details- 
JenkinsANTLRErrorListenerpublic JenkinsANTLRErrorListener()
- 
JenkinsANTLRErrorListener
 
- 
- 
Method Details- 
syntaxErrorpublic void syntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e) - Specified by:
- syntaxErrorin interface- org.antlr.v4.runtime.ANTLRErrorListener
- Overrides:
- syntaxErrorin class- org.antlr.v4.runtime.BaseErrorListener
 
 
-