Uses of Class
org.antlr.tool.Grammar.Decision
-
Packages that use Grammar.Decision Package Description org.antlr.tool -
-
Uses of Grammar.Decision in org.antlr.tool
Fields in org.antlr.tool with type parameters of type Grammar.Decision Modifier and Type Field Description protected java.util.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.Decision Modifier and Type Method Description protected 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 Modifier and Type Method Description java.util.List<Grammar.Decision>Grammar. getDecisions()
-