Class FEELErrorHandler

  • All Implemented Interfaces:
    org.antlr.v4.runtime.ANTLRErrorStrategy

    public class FEELErrorHandler
    extends org.antlr.v4.runtime.DefaultErrorStrategy
    • Field Summary

      • Fields inherited from class org.antlr.v4.runtime.DefaultErrorStrategy

        errorRecoveryMode, lastErrorIndex, lastErrorStates, nextTokensContext, nextTokensState
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void reportFailedPredicate​(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.FailedPredicateException e)  
      • Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy

        beginErrorCondition, consumeUntil, endErrorCondition, escapeWSAndQuote, getErrorRecoverySet, getExpectedTokens, getMissingSymbol, getSymbolText, getSymbolType, getTokenErrorDisplay, inErrorRecoveryMode, recover, recoverInline, reportError, reportInputMismatch, reportMatch, reportMissingToken, reportNoViableAlternative, reportUnwantedToken, reset, singleTokenDeletion, singleTokenInsertion, sync
    • Constructor Detail

      • FEELErrorHandler

        public FEELErrorHandler()
    • Method Detail

      • reportFailedPredicate

        protected void reportFailedPredicate​(org.antlr.v4.runtime.Parser recognizer,
                                             org.antlr.v4.runtime.FailedPredicateException e)
        Overrides:
        reportFailedPredicate in class org.antlr.v4.runtime.DefaultErrorStrategy