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, sync
protected void reportMissingToken(org.antlr.v4.runtime.Parser recognizer)
reportMissingToken
in class org.antlr.v4.runtime.DefaultErrorStrategy
protected void reportNoViableAlternative(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.NoViableAltException e)
reportNoViableAlternative
in class org.antlr.v4.runtime.DefaultErrorStrategy
protected void reportUnwantedToken(org.antlr.v4.runtime.Parser recognizer)
reportUnwantedToken
in class org.antlr.v4.runtime.DefaultErrorStrategy
Copyright © 2020. All rights reserved.