All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.IR.Bytecode.Operand | +----harpoon.IR.Bytecode.OpClass
OpClass
represents a class reference operand of a
java bytecode instruction. It is generated from a
CONSTANT_Class
constant pool entry.
OpClass
from the CONSTANT_CLASS
at the given index in the constant pool.
public OpClass(Code parent, int constant_pool_index)
OpClass
from the CONSTANT_CLASS
at the given index in the constant pool.
public HClass value()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index