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
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    syntaxError(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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      syntaxError in Schnittstelle org.antlr.v4.runtime.ANTLRErrorListener
      Setzt außer Kraft:
      syntaxError in Klasse org.antlr.v4.runtime.BaseErrorListener
      Löst aus:
      org.antlr.v4.runtime.misc.ParseCancellationException