public class ErrorStrategy
extends org.antlr.v4.runtime.DefaultErrorStrategy
| Constructor and Description |
|---|
ErrorStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
reportMissingToken(org.antlr.v4.runtime.Parser recognizer) |
protected void |
reportNoViableAlternative(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.NoViableAltException e) |
protected void |
reportUnwantedToken(org.antlr.v4.runtime.Parser recognizer) |
beginErrorCondition, consumeUntil, endErrorCondition, escapeWSAndQuote, getErrorRecoverySet, getExpectedTokens, getMissingSymbol, getSymbolText, getSymbolType, getTokenErrorDisplay, inErrorRecoveryMode, recover, recoverInline, reportError, reportFailedPredicate, reportInputMismatch, reportMatch, reset, singleTokenDeletion, singleTokenInsertion, syncprotected void reportMissingToken(org.antlr.v4.runtime.Parser recognizer)
reportMissingToken in class org.antlr.v4.runtime.DefaultErrorStrategyprotected void reportNoViableAlternative(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.NoViableAltException e)
reportNoViableAlternative in class org.antlr.v4.runtime.DefaultErrorStrategyprotected void reportUnwantedToken(org.antlr.v4.runtime.Parser recognizer)
reportUnwantedToken in class org.antlr.v4.runtime.DefaultErrorStrategyCopyright © 2021. All rights reserved.