Class DefaultErrorStrategyWrapper

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

    public class DefaultErrorStrategyWrapper
    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
      String getTokenErrorDisplay​(org.antlr.v4.runtime.Token t)  
      • Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy

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

      • DefaultErrorStrategyWrapper

        public DefaultErrorStrategyWrapper()
    • Method Detail

      • getTokenErrorDisplay

        public String getTokenErrorDisplay​(org.antlr.v4.runtime.Token t)
        Overrides:
        getTokenErrorDisplay in class org.antlr.v4.runtime.DefaultErrorStrategy