Uses of Class
org.antlr.v4.runtime.atn.DecisionInfo
Packages that use DecisionInfo
-
Uses of DecisionInfo in org.antlr.v4.gui
Methods in org.antlr.v4.gui with parameters of type DecisionInfoModifier and TypeMethodDescriptionstatic Object
Interpreter.getValue
(DecisionInfo decisionInfo, String[] ruleNamesByDecision, int decision, int col) -
Uses of DecisionInfo in org.antlr.v4.runtime.atn
Fields in org.antlr.v4.runtime.atn declared as DecisionInfoMethods in org.antlr.v4.runtime.atn that return DecisionInfoModifier and TypeMethodDescriptionParseInfo.getDecisionInfo()
Gets an array ofDecisionInfo
instances containing the profiling information gathered for each decision in the ATN.ProfilingATNSimulator.getDecisionInfo()