joosc.code.bytecode
Class AconstNullInstr

java.lang.Object
  extended byjoosc.code.bytecode.LoadConstInstr
      extended byjoosc.code.bytecode.AconstNullInstr
All Implemented Interfaces:
Instr

public class AconstNullInstr
extends LoadConstInstr


Constructor Summary
AconstNullInstr()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class joosc.code.bytecode.LoadConstInstr
getHeightDelta, getLowestAffected, getLowestUsed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AconstNullInstr

public AconstNullInstr()
Method Detail

toString

public java.lang.String toString()