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