All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.BranchHandle
java.lang.Object
|
+----espresso.classfile.classgen.InstructionHandle
|
+----espresso.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().
- See Also:
- InstructionHandle, Instruction, InstructionList
-
BranchHandle(BranchInstruction)
-
-
setTarget(InstructionHandle)
-
-
setTargetNoCopy(InstructionHandle)
-
BranchHandle
public BranchHandle(BranchInstruction i)
setTarget
public void setTarget(InstructionHandle ih)
setTargetNoCopy
public void setTargetNoCopy(InstructionHandle ih)
All Packages Class Hierarchy This Package Previous Next Index