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