joosc.code.bytecode
Class ReturnInstr

java.lang.Object
  extended byjoosc.code.bytecode.NoArgInstr
      extended byjoosc.code.bytecode.ReturnInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
NonvoidReturnInstr, VoidReturnInstr

public abstract class ReturnInstr
extends NoArgInstr


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

Constructor Detail

ReturnInstr

public ReturnInstr()
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()