joosc.code.bytecode
Class StacklessInstr

java.lang.Object
  extended byjoosc.code.bytecode.StacklessInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
IincInstr, NopInstr

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


Constructor Summary
StacklessInstr()
           
 
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

StacklessInstr

public StacklessInstr()
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