java.lang.Object
org.antlr.v4.runtime.BaseErrorListener
net.anwiba.tools.definition.schema.json.JSSDReader.ErrorListener
All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorListener
Enclosing class:
JSSDReader

public final class JSSDReader.ErrorListener extends org.antlr.v4.runtime.BaseErrorListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.antlr.v4.runtime.RecognitionException>
     
     
    boolean
     
    void
    reportAmbiguity(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.dfa.DFA dfa, int startIndex, int stopIndex, boolean exact, BitSet ambigAlts, org.antlr.v4.runtime.atn.ATNConfigSet configs)
     
    void
    reportContextSensitivity(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.dfa.DFA dfa, int startIndex, int stopIndex, int prediction, org.antlr.v4.runtime.atn.ATNConfigSet configs)
     
    void
    syntaxError(org.antlr.v4.runtime.Recognizer<?,?> recognizer, Object offendingSymbol, int line, int charPositionInLine, String msg, org.antlr.v4.runtime.RecognitionException exception)
     

    Methods inherited from class org.antlr.v4.runtime.BaseErrorListener

    reportAttemptingFullContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErrorListener

      public ErrorListener()
  • 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 exception)
      Specified by:
      syntaxError in interface org.antlr.v4.runtime.ANTLRErrorListener
      Overrides:
      syntaxError in class org.antlr.v4.runtime.BaseErrorListener
    • reportContextSensitivity

      public void reportContextSensitivity(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.dfa.DFA dfa, int startIndex, int stopIndex, int prediction, org.antlr.v4.runtime.atn.ATNConfigSet configs)
      Specified by:
      reportContextSensitivity in interface org.antlr.v4.runtime.ANTLRErrorListener
      Overrides:
      reportContextSensitivity in class org.antlr.v4.runtime.BaseErrorListener
    • reportAmbiguity

      public void reportAmbiguity(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.dfa.DFA dfa, int startIndex, int stopIndex, boolean exact, BitSet ambigAlts, org.antlr.v4.runtime.atn.ATNConfigSet configs)
      Specified by:
      reportAmbiguity in interface org.antlr.v4.runtime.ANTLRErrorListener
      Overrides:
      reportAmbiguity in class org.antlr.v4.runtime.BaseErrorListener
    • getExceptions

      public List<org.antlr.v4.runtime.RecognitionException> getExceptions()
    • getMessages

      public List<String> getMessages()
    • isEmpty

      public boolean isEmpty()