All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.IR.Bytecode.Operand | +----harpoon.IR.Bytecode.OpLocalVariable
OpLocalVariable
represents an operand of a java bytecode
instruction which indicates a local variable index.
OpLocalVariable
given the index of the
local variable referenced.
public OpLocalVariable(int local_variable_index)
OpLocalVariable
given the index of the
local variable referenced.
public int getIndex()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index