Uses of Class
org.antlr.tool.Grammar.Decision
Packages that use Grammar.Decision
-
Uses of Grammar.Decision in org.antlr.tool
Fields in org.antlr.tool with type parameters of type Grammar.DecisionModifier and TypeFieldDescriptionprotected Vector
<Grammar.Decision> Grammar.indexToDecision
Each subrule/rule is a decision point and we must track them so we can go back later and build DFA predictors for them.Methods in org.antlr.tool that return Grammar.DecisionModifier and TypeMethodDescriptionprotected Grammar.Decision
Grammar.createDecision
(int decision) protected Grammar.Decision
Grammar.getDecision
(int decision) Methods in org.antlr.tool that return types with arguments of type Grammar.Decision