Uses of Class
org.antlr.v4.runtime.NoViableAltException
-
Packages that use NoViableAltException Package Description org.antlr.v4.runtime org.antlr.v4.runtime.atn -
-
Uses of NoViableAltException in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime with parameters of type NoViableAltException Modifier and Type Method Description protected void
DefaultErrorStrategy. reportNoViableAlternative(Parser recognizer, NoViableAltException e)
This is called byDefaultErrorStrategy.reportError(org.antlr.v4.runtime.Parser, org.antlr.v4.runtime.RecognitionException)
when the exception is aNoViableAltException
. -
Uses of NoViableAltException in org.antlr.v4.runtime.atn
Methods in org.antlr.v4.runtime.atn that return NoViableAltException Modifier and Type Method Description protected NoViableAltException
ParserATNSimulator. noViableAlt(TokenStream input, ParserRuleContext outerContext, ATNConfigSet configs, int startIndex)
Methods in org.antlr.v4.runtime.atn with parameters of type NoViableAltException Modifier and Type Method Description void
ParserATNSimulator. dumpDeadEndConfigs(NoViableAltException nvae)
Used for debugging in adaptivePredict around execATN but I cut it out for clarity now that alg.
-