Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class DE.fub.inf.JVM.ClassGen.BranchHandle

java.lang.Object
  |
  +--DE.fub.inf.JVM.ClassGen.InstructionHandle
        |
        +--DE.fub.inf.JVM.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().

Version:
$Id: BranchHandle.java,v 1.2 1998/07/29 19:50:32 dahm Exp $
Author:
M. Dahm
See Also:
InstructionHandle, Instruction, InstructionList, Serialized Form

Constructor Summary
BranchHandle(BranchInstruction i)
           
BranchHandle()
           
 
Method Summary
void setTarget(InstructionHandle ih)
           
 
Methods inherited from class DE.fub.inf.JVM.ClassGen.InstructionHandle
getInstruction, getNext, getPrev, setInstruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

BranchHandle

public BranchHandle(BranchInstruction i)

BranchHandle

protected BranchHandle()
Method Detail

setTarget

public void setTarget(InstructionHandle ih)

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD