Package com.inrupt.client.parser
Class ConsumerErrorListener
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
com.inrupt.client.parser.ConsumerErrorListener
- All Implemented Interfaces:
ANTLRErrorListener
A listener that consumes syntax error notifications.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
syntaxError
(Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, RecognitionException ex) Methods inherited from class org.antlr.v4.runtime.BaseErrorListener
reportAmbiguity, reportAttemptingFullContext, reportContextSensitivity
-
Constructor Details
-
ConsumerErrorListener
-
-
Method Details
-
syntaxError
public void syntaxError(Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, RecognitionException ex) - Specified by:
syntaxError
in interfaceANTLRErrorListener
- Overrides:
syntaxError
in classBaseErrorListener
-