joosc.code.bytecode
Class LoadInstr

java.lang.Object
  extended byjoosc.code.bytecode.LocalInstr
      extended byjoosc.code.bytecode.LoadInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
AloadInstr, IloadInstr

public abstract class LoadInstr
extends LocalInstr


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

LoadInstr

public LoadInstr(int offset)
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()