Uses of Class
edu.cmu.cs.crystal.tac.UnaryOperator

Packages that use UnaryOperator
edu.cmu.cs.crystal.tac The interfaces for the three-address code (TAC) instructions. 
 

Uses of UnaryOperator in edu.cmu.cs.crystal.tac
 

Methods in edu.cmu.cs.crystal.tac that return UnaryOperator
 UnaryOperator UnaryOperation.getOperator()
          Returns the unary operator.
static UnaryOperator UnaryOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnaryOperator[] UnaryOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.