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

Constructor Index

 o BranchHandle(BranchInstruction)

Method Index

 o setTarget(InstructionHandle)
 o setTargetNoCopy(InstructionHandle)

Constructors

 o BranchHandle
 public BranchHandle(BranchInstruction i)

Methods

 o setTarget
 public void setTarget(InstructionHandle ih)
 o setTargetNoCopy
 public void setTargetNoCopy(InstructionHandle ih)

All Packages  Class Hierarchy  This Package  Previous  Next  Index