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

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

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

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