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

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

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

Methods in edu.cmu.cs.crystal.tac.model that return UnaryOperator
 UnaryOperator UnaryOperation.getOperator()
          Returns the unary operator.
static UnaryOperator UnaryOperator.valueOf(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're declared.