joosc.code.bytecode
Class UnaryArithmInstr

java.lang.Object
  extended byjoosc.code.bytecode.NoArgInstr
      extended byjoosc.code.bytecode.ArithmInstr
          extended byjoosc.code.bytecode.UnaryArithmInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
I2cInstr, InegInstr

public abstract class UnaryArithmInstr
extends ArithmInstr


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

Constructor Detail

UnaryArithmInstr

public UnaryArithmInstr()
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()