joosc.code.bytecode
Class NullaryBranchInstr

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

public abstract class NullaryBranchInstr
extends BranchInstr


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

NullaryBranchInstr

public NullaryBranchInstr()
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()