joosc.code.bytecode
Class StoreInstr

java.lang.Object
  extended byjoosc.code.bytecode.LocalInstr
      extended byjoosc.code.bytecode.StoreInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
AstoreInstr, IstoreInstr

public abstract class StoreInstr
extends LocalInstr


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

Constructor Detail

StoreInstr

public StoreInstr(int offset)
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()