Class FEELParser.FEELParserErrorListener

  • All Implemented Interfaces:
    org.antlr.v4.runtime.ANTLRErrorListener
    Enclosing class:
    FEELParser

    public static class FEELParser.FEELParserErrorListener
    extends org.antlr.v4.runtime.BaseErrorListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.kie.dmn.api.feel.runtime.events.FEELEvent> getErrors()  
      boolean hasErrors()  
      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)  
      • Methods inherited from class org.antlr.v4.runtime.BaseErrorListener

        reportAmbiguity, reportAttemptingFullContext, reportContextSensitivity
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

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

        public boolean hasErrors()
      • getErrors

        public java.util.List<org.kie.dmn.api.feel.runtime.events.FEELEvent> getErrors()