Class DefaultErrorStrategy
java.lang.Object
org.antlr.v4.runtime.DefaultErrorStrategy
com.github.palindromicity.syslog.dsl.DefaultErrorStrategy
- All Implemented Interfaces:
org.antlr.v4.runtime.ANTLRErrorStrategy
public class DefaultErrorStrategy
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 TypeMethodDescriptionvoidreportError(org.antlr.v4.runtime.Parser parser, org.antlr.v4.runtime.RecognitionException recognitionException) Methods inherited from class org.antlr.v4.runtime.DefaultErrorStrategy
beginErrorCondition, consumeUntil, endErrorCondition, escapeWSAndQuote, getErrorRecoverySet, getExpectedTokens, getMissingSymbol, getSymbolText, getSymbolType, getTokenErrorDisplay, inErrorRecoveryMode, recover, recoverInline, reportFailedPredicate, reportInputMismatch, reportMatch, reportMissingToken, reportNoViableAlternative, reportUnwantedToken, reset, singleTokenDeletion, singleTokenInsertion, sync
-
Constructor Details
-
DefaultErrorStrategy
public DefaultErrorStrategy()
-
-
Method Details
-
reportError
public void reportError(org.antlr.v4.runtime.Parser parser, org.antlr.v4.runtime.RecognitionException recognitionException) - Specified by:
reportErrorin interfaceorg.antlr.v4.runtime.ANTLRErrorStrategy- Overrides:
reportErrorin classorg.antlr.v4.runtime.DefaultErrorStrategy
-