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 voidDefaultErrorStrategy.reportNoViableAlternative(Parser recognizer, NoViableAltException e) This is called byDefaultErrorStrategy.reportError(Parser, 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 NoViableAltExceptionParserATNSimulator.noViableAlt(TokenStream input, ParserRuleContext outerContext, ATNConfigSet configs, int startIndex) Methods in org.antlr.v4.runtime.atn with parameters of type NoViableAltExceptionModifier and TypeMethodDescriptionvoidParserATNSimulator.dumpDeadEndConfigs(NoViableAltException nvae) Used for debugging in adaptivePredict around execATN but I cut it out for clarity now that alg.