joosc.code.bytecode
Class AstoreInstr

java.lang.Object
  extended byjoosc.code.bytecode.LocalInstr
      extended byjoosc.code.bytecode.StoreInstr
          extended byjoosc.code.bytecode.AstoreInstr
All Implemented Interfaces:
Instr

public class AstoreInstr
extends StoreInstr


Constructor Summary
AstoreInstr(int offset)
           
 
Method Summary
protected  java.lang.String getName()
           
 
Methods inherited from class joosc.code.bytecode.StoreInstr
getHeightDelta, getLowestAffected, getLowestUsed
 
Methods inherited from class joosc.code.bytecode.LocalInstr
getOffset, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstoreInstr

public AstoreInstr(int offset)
Method Detail

getName

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