| Package | Description |
|---|---|
| org.antlr.v4.runtime | |
| org.antlr.v4.runtime.atn |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultErrorStrategy.reportNoViableAlternative(Parser recognizer,
NoViableAltException e)
This is called by
DefaultErrorStrategy.reportError(org.antlr.v4.runtime.Parser, org.antlr.v4.runtime.RecognitionException) when the exception is a
NoViableAltException. |
| Modifier and Type | Method and Description |
|---|---|
protected NoViableAltException |
ParserATNSimulator.noViableAlt(TokenStream input,
ParserRuleContext outerContext,
ATNConfigSet configs,
int startIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserATNSimulator.dumpDeadEndConfigs(NoViableAltException nvae) |
Copyright © 1992–2024 Daniel Sun. All rights reserved.