jellyj.classfile.classgen
Class BranchHandle
jellyj.classfile.classgen.InstructionHandle
|
+--jellyj.classfile.classgen.BranchHandle
- public class BranchHandle
- extends InstructionHandle
BranchHandle is returned by specialized InstructionList.append() whenever a
BranchInstruction is appended. This is useful when the target of this
instruction is not known at time of creation and must be set later
via setTarget().
- Author:
- JellyJ Design Group
- See Also: InstructionHandle, Instruction, InstructionList
BranchHandle
public BranchHandle(BranchInstruction i)
setTarget
public void setTarget(InstructionHandle ih)
setTargetNoCopy
public void setTargetNoCopy(InstructionHandle ih)