Uses of Class
org.antlr.v4.runtime.atn.ErrorInfo
Packages that use ErrorInfo
-
Uses of ErrorInfo in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn with type parameters of type ErrorInfoModifier and TypeFieldDescriptionDecisionInfo.errors
A collection ofErrorInfo
instances describing the parse errors identified during calls toParserATNSimulator.adaptivePredict(org.antlr.v4.runtime.TokenStream, int, org.antlr.v4.runtime.ParserRuleContext)
for this decision.