joosc.code.bytecode
Class LoadConstInstr

java.lang.Object
  extended byjoosc.code.bytecode.LoadConstInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
AconstNullInstr, LdcIntInstr, LdcStringInstr

public abstract class LoadConstInstr
extends java.lang.Object
implements Instr


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

Constructor Detail

LoadConstInstr

public LoadConstInstr()
Method Detail

getHeightDelta

public int getHeightDelta()
Specified by:
getHeightDelta in interface Instr

getLowestUsed

public int getLowestUsed()
Specified by:
getLowestUsed in interface Instr

getLowestAffected

public int getLowestAffected()
Specified by:
getLowestAffected in interface Instr