joosc.code.bytecode
Class SwapInstr

java.lang.Object
  extended byjoosc.code.bytecode.NoArgInstr
      extended byjoosc.code.bytecode.StackInstr
          extended byjoosc.code.bytecode.SwapInstr
All Implemented Interfaces:
Instr

public class SwapInstr
extends StackInstr


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

Constructor Detail

SwapInstr

public SwapInstr()
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()

getName

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