Package org.sonarsource.slang.parser
Class ErrorStrategy
java.lang.Object
org.antlr.v4.runtime.DefaultErrorStrategy
org.sonarsource.slang.parser.ErrorStrategy
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
public class ErrorStrategy
extends org.antlr.v4.runtime.DefaultErrorStrategy
-
Field Summary
Fields inherited from class org.antlr.v4.runtime.DefaultErrorStrategy
errorRecoveryMode, lastErrorIndex, lastErrorStates, nextTokensContext, nextTokensState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.antlr.v4.runtime.TokenrecoverInline(org.antlr.v4.runtime.Parser recognizer) voidreportError(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.RecognitionException e) protected voidreportMissingToken(org.antlr.v4.runtime.Parser recognizer) Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy
beginErrorCondition, consumeUntil, endErrorCondition, escapeWSAndQuote, getErrorRecoverySet, getExpectedTokens, getMissingSymbol, getSymbolText, getSymbolType, getTokenErrorDisplay, inErrorRecoveryMode, recover, reportFailedPredicate, reportInputMismatch, reportMatch, reportNoViableAlternative, reportUnwantedToken, reset, singleTokenDeletion, singleTokenInsertion, sync
-
Constructor Details
-
ErrorStrategy
public ErrorStrategy()
-
-
Method Details
-
reportError
public void reportError(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.RecognitionException e) - Specified by:
reportErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorStrategy- Overrides:
reportErrorin classorg.antlr.v4.runtime.DefaultErrorStrategy
-
recoverInline
public org.antlr.v4.runtime.Token recoverInline(org.antlr.v4.runtime.Parser recognizer) - Specified by:
recoverInlinein interfaceorg.antlr.v4.runtime.ANTLRErrorStrategy- Overrides:
recoverInlinein classorg.antlr.v4.runtime.DefaultErrorStrategy
-
reportMissingToken
protected void reportMissingToken(org.antlr.v4.runtime.Parser recognizer) - Overrides:
reportMissingTokenin classorg.antlr.v4.runtime.DefaultErrorStrategy
-