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.indexToDecisionEach 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.DecisionGrammar.createDecision(int decision) protected Grammar.DecisionGrammar.getDecision(int decision) Methods in org.antlr.tool that return types with arguments of type Grammar.Decision