joosc.code.bytecode
Class IloadInstr

java.lang.Object
  extended byjoosc.code.bytecode.LocalInstr
      extended byjoosc.code.bytecode.LoadInstr
          extended byjoosc.code.bytecode.IloadInstr
All Implemented Interfaces:
Instr

public class IloadInstr
extends LoadInstr


Constructor Summary
IloadInstr(int offset)
           
 
Method Summary
protected  java.lang.String getName()
           
 
Methods inherited from class joosc.code.bytecode.LoadInstr
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

IloadInstr

public IloadInstr(int offset)
Method Detail

getName

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