Class DefaultErrorStrategyWrapper
- java.lang.Object
-
- org.antlr.v4.runtime.DefaultErrorStrategy
-
- io.github.haibiiin.json.repair.antlr.DefaultErrorStrategyWrapper
-
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
public class DefaultErrorStrategyWrapper extends org.antlr.v4.runtime.DefaultErrorStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultErrorStrategyWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTokenErrorDisplay(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
-
-
-
-
Method Detail
-
getTokenErrorDisplay
public String getTokenErrorDisplay(org.antlr.v4.runtime.Token t)
- Overrides:
getTokenErrorDisplayin classorg.antlr.v4.runtime.DefaultErrorStrategy
-
-