Uses of Class
org.jikesrvm.compilers.opt.ir.operand.ObjectConstantOperand

Packages that use ObjectConstantOperand
org.jikesrvm.compilers.opt.ir.operand   
 

Uses of ObjectConstantOperand in org.jikesrvm.compilers.opt.ir.operand
 

Subclasses of ObjectConstantOperand in org.jikesrvm.compilers.opt.ir.operand
 class ClassConstantOperand
          Represents a constant class operand.
 class StringConstantOperand
          Represents a constant string operand.
 

Methods in org.jikesrvm.compilers.opt.ir.operand that return ObjectConstantOperand
 ObjectConstantOperand Operand.asObjectConstant()
          Cast to an ObjectConstantOperand.