Uses of Class
up.PreterminalRule

Uses of PreterminalRule in up
 

Methods in up that return PreterminalRule
 PreterminalRule Grammar.addPreterminalRule(java.lang.String lhs, java.lang.String rhs)
          Adds the specified preterminal rule to this grammar.
 

Methods in up that return types with arguments of type PreterminalRule
 java.util.List<PreterminalRule> Grammar.getPreterminalRules()
          Returns the preterminal rules of this grammar.
 java.util.List<PreterminalRule> Grammar.getPreterminalRulesWithLHS(int lhs)
          Returns the preterminal rules of this grammar with the specified left-hand side.
 java.util.List<PreterminalRule> Grammar.getPreterminalRulesWithRHS(int rhs)
          Returns the preterminal rules of this grammar with the specified right-hand side.
 

Constructors in up with parameters of type PreterminalRule
Backpointer(PreterminalRule rule)
          Create a new backpointer based on a preterminal rule.