joosc.code.bytecode
Class BranchInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
BinaryBranchInstr, NullaryBranchInstr, UnaryBranchInstr

public abstract class BranchInstr
extends java.lang.Object
implements Instr


Constructor Summary
BranchInstr()
           
 
Method Summary
protected abstract  java.lang.String getName()
           
 LabelInstr getTarget()
           
 void setTarget(LabelInstr instr)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface joosc.code.bytecode.Instr
getHeightDelta, getLowestAffected, getLowestUsed
 

Constructor Detail

BranchInstr

public BranchInstr()
Method Detail

setTarget

public void setTarget(LabelInstr instr)

getTarget

public LabelInstr getTarget()

getName

protected abstract java.lang.String getName()

toString

public java.lang.String toString()
Specified by:
toString in interface Instr