Uses of Class
org.antlr.v4.runtime.NoViableAltException
Packages that use NoViableAltException
-
Uses of NoViableAltException in org.antlr.v4.runtime
Methods in org.antlr.v4.runtime with parameters of type NoViableAltExceptionModifier and TypeMethodDescriptionprotected 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 NoViableAltExceptionModifier and TypeMethodDescriptionprotected NoViableAltException
ParserATNSimulator.noViableAlt
(TokenStream input, ParserRuleContext outerContext, ATNConfigSet configs, int startIndex) Methods in org.antlr.v4.runtime.atn with parameters of type NoViableAltExceptionModifier and TypeMethodDescriptionvoid
ParserATNSimulator.dumpDeadEndConfigs
(NoViableAltException nvae) Used for debugging in adaptivePredict around execATN but I cut it out for clarity now that alg.