joosc.code.bytecode
Class AreturnInstr

java.lang.Object
  extended byjoosc.code.bytecode.NoArgInstr
      extended byjoosc.code.bytecode.ReturnInstr
          extended byjoosc.code.bytecode.NonvoidReturnInstr
              extended byjoosc.code.bytecode.AreturnInstr
All Implemented Interfaces:
Instr

public class AreturnInstr
extends NonvoidReturnInstr


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

Constructor Detail

AreturnInstr

public AreturnInstr()
Method Detail

getName

protected java.lang.String getName()
Specified by:
getName in class NoArgInstr