joosc.code.bytecode
Class AloadInstr

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

public class AloadInstr
extends LoadInstr


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

AloadInstr

public AloadInstr(int offset)
Method Detail

getName

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