Uses of Class
up.UnaryRule

Uses of UnaryRule in up
 

Methods in up that return UnaryRule
 UnaryRule Grammar.addUnaryRule(java.lang.String lhs, java.lang.String rhs)
          Adds the specified unary rule to this grammar.
 

Methods in up that return types with arguments of type UnaryRule
 java.util.List<UnaryRule> Grammar.getUnaryRules()
          Returns the unary rules of this grammar.
 java.util.List<UnaryRule> Grammar.getUnaryRulesWithLHS(int lhs)
          Returns the unary rules of this grammar with the specified left-hand side.
 java.util.List<UnaryRule> Grammar.getUnaryRulesWithRHS(int rhs)
          Returns the unary rules of this grammar with the specified right-hand side.
 

Constructors in up with parameters of type UnaryRule
Backpointer(UnaryRule rule, Backpointer pointer)
          Create a new backpointer based on a unary rule.