joosc.code.bytecode
Interface Instr

All Known Implementing Classes:
BranchInstr, ClassInstr, FieldInstr, InstanceInvokeInstr, LabelInstr, LoadConstInstr, LocalInstr, NoArgInstr, StacklessInstr

public interface Instr


Method Summary
 int getHeightDelta()
           
 int getLowestAffected()
           
 int getLowestUsed()
           
 java.lang.String toString()
           
 

Method Detail

toString

public java.lang.String toString()

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()