joosc.code.bytecode
Class NonvoidReturnInstr

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

public abstract class NonvoidReturnInstr
extends ReturnInstr


Constructor Summary
NonvoidReturnInstr()
           
 
Methods inherited from class joosc.code.bytecode.ReturnInstr
getHeightDelta, getLowestAffected, 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

NonvoidReturnInstr

public NonvoidReturnInstr()