Uses of Class
org.antlr.tool.Grammar.Decision

Packages that use Grammar.Decision
org.antlr.tool   
 

Uses of Grammar.Decision in org.antlr.tool
 

Fields in org.antlr.tool with type parameters of type Grammar.Decision
protected  java.util.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.Decision
protected  Grammar.Decision Grammar.createDecision(int decision)
           
protected  Grammar.Decision Grammar.getDecision(int decision)
           
 



Copyright © 2011. All Rights Reserved.