Package org.teamapps.dto.generate
Class ParserFactory.ThrowingErrorListener
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.teamapps.dto.generate.ParserFactory.ThrowingErrorListener
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
- Enclosing class:
- ParserFactory
public static class ParserFactory.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, java.lang.Object offendingSymbol, int line, int charPositionInLine, java.lang.String msg, org.antlr.v4.runtime.RecognitionException e)Methods inherited from class org.antlr.v4.runtime.BaseErrorListener
reportAmbiguity, reportAttemptingFullContext, reportContextSensitivityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThrowingErrorListener
public ThrowingErrorListener()
-
-
Method Details
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, java.lang.Object offendingSymbol, int line, int charPositionInLine, java.lang.String msg, org.antlr.v4.runtime.RecognitionException e) throws org.antlr.v4.runtime.misc.ParseCancellationException- Specified by:
syntaxErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorListener- Overrides:
syntaxErrorin classorg.antlr.v4.runtime.BaseErrorListener- Throws:
org.antlr.v4.runtime.misc.ParseCancellationException
-