joosc.code.bytecode
Class IstoreInstr

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

public class IstoreInstr
extends StoreInstr


Constructor Summary
IstoreInstr(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

IstoreInstr

public IstoreInstr(int offset)
Method Detail

getName

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