org.apache.bcel.generic
public final class BranchHandle extends InstructionHandle
See Also: InstructionHandle Instruction InstructionList
Method Summary | |
---|---|
protected void | addHandle() Handle adds itself to the list of resuable handles. |
int | getPosition() |
InstructionHandle | getTarget() |
void | setInstruction(Instruction i)
Set new contents. |
void | setTarget(InstructionHandle ih)
Pass new target to instruction. |
protected int | updatePosition(int offset, int max_offset) |
void | updateTarget(InstructionHandle old_ih, InstructionHandle new_ih)
Update target of instruction. |
Returns: target of instruction.