joosc.code.bytecode
Class BinaryBranchInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
      extended byjoosc.code.bytecode.BinaryBranchInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
IfCmpeqInstr, IfCmpneInstr, IfIcmpgeInstr, IfIcmpgtInstr, IfIcmpleInstr, IfIcmpltInstr, IfIcmpneInstr

public abstract class BinaryBranchInstr
extends BranchInstr


Constructor Summary
BinaryBranchInstr()
           
 
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

BinaryBranchInstr

public BinaryBranchInstr()
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()