Package org.teamapps.dto.generate
Klasse ParserFactory.ThrowingErrorListener
java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
org.teamapps.dto.generate.ParserFactory.ThrowingErrorListener
- Alle implementierten Schnittstellen:
org.antlr.v4.runtime.ANTLRErrorListener
- Umschließende Klasse:
ParserFactory
public static class ParserFactory.ThrowingErrorListener
extends org.antlr.v4.runtime.BaseErrorListener
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsyntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e) Von Klasse geerbte Methoden org.antlr.v4.runtime.BaseErrorListener
reportAmbiguity, reportAttemptingFullContext, reportContextSensitivity
-
Konstruktordetails
-
ThrowingErrorListener
public ThrowingErrorListener()
-
-
Methodendetails
-
syntaxError
public void syntaxError(org.antlr.v4.runtime.Recognizer<?, ?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException e) throws org.antlr.v4.runtime.misc.ParseCancellationException- Angegeben von:
syntaxErrorin Schnittstelleorg.antlr.v4.runtime.ANTLRErrorListener- Setzt außer Kraft:
syntaxErrorin Klasseorg.antlr.v4.runtime.BaseErrorListener- Löst aus:
org.antlr.v4.runtime.misc.ParseCancellationException
-