Uses of Class
org.extex.ocpware.compiler.expression.Right

Packages that use Right
org.extex.ocpware.compiler.expression   
 

Uses of Right in org.extex.ocpware.compiler.expression
 

Methods in org.extex.ocpware.compiler.expression that return Right
 Right Expression.getRight()
          Getter for right.
 

Methods in org.extex.ocpware.compiler.expression with parameters of type Right
 void Expression.setRight(Right right)
          Setter for right item.