Package org.polystat.py2eo.parser
Class ThrowingErrorListener
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.polystat.py2eo.parser.ThrowingErrorListener
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
public class ThrowingErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
-
Constructor Summary
Constructors Constructor Description ThrowingErrorListener() -
Method Summary
Modifier and Type Method Description voidsyntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e)
-
Constructor Details
-
ThrowingErrorListener
public ThrowingErrorListener()
-
-
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:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener
-