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

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

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

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