public class ExtendedBailStrategy
extends org.antlr.v4.runtime.BailErrorStrategy
Constructor and Description |
---|
ExtendedBailStrategy(MultiSourceReader multiSourceReader) |
Modifier and Type | Method and Description |
---|---|
void |
recover(org.antlr.v4.runtime.Parser recognizer,
org.antlr.v4.runtime.RecognitionException e) |
org.antlr.v4.runtime.Token |
recoverInline(org.antlr.v4.runtime.Parser recognizer) |
beginErrorCondition, consumeUntil, endErrorCondition, escapeWSAndQuote, getErrorRecoverySet, getExpectedTokens, getMissingSymbol, getSymbolText, getSymbolType, getTokenErrorDisplay, inErrorRecoveryMode, reportError, reportFailedPredicate, reportInputMismatch, reportMatch, reportMissingToken, reportNoViableAlternative, reportUnwantedToken, reset, singleTokenDeletion, singleTokenInsertion
public ExtendedBailStrategy(MultiSourceReader multiSourceReader)
public void recover(org.antlr.v4.runtime.Parser recognizer, org.antlr.v4.runtime.RecognitionException e)
recover
in interface org.antlr.v4.runtime.ANTLRErrorStrategy
recover
in class org.antlr.v4.runtime.BailErrorStrategy
public org.antlr.v4.runtime.Token recoverInline(org.antlr.v4.runtime.Parser recognizer) throws org.antlr.v4.runtime.RecognitionException
recoverInline
in interface org.antlr.v4.runtime.ANTLRErrorStrategy
recoverInline
in class org.antlr.v4.runtime.BailErrorStrategy
org.antlr.v4.runtime.RecognitionException