joosc.code.bytecode
Class UnaryBranchInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
      extended byjoosc.code.bytecode.UnaryBranchInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
IfeqInstr, IfneInstr, IfnonnullInstr, IfnullInstr

public abstract class UnaryBranchInstr
extends BranchInstr


Constructor Summary
UnaryBranchInstr()
           
 
Method Summary
 int getHeightDelta()
           
 int getLowestAffected()
           
 int getLowestUsed()
           
 
Methods inherited from class joosc.code.bytecode.BranchInstr
getName, getTarget, setTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnaryBranchInstr

public UnaryBranchInstr()
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()