joosc.code.bytecode
Class BinaryArithmInstr

java.lang.Object
  extended byjoosc.code.bytecode.NoArgInstr
      extended byjoosc.code.bytecode.ArithmInstr
          extended byjoosc.code.bytecode.BinaryArithmInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
IaddInstr, IdivInstr, ImulInstr, IremInstr, IsubInstr

public abstract class BinaryArithmInstr
extends ArithmInstr


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

BinaryArithmInstr

public BinaryArithmInstr()
Method Detail

getHeightDelta

public int getHeightDelta()

getLowestUsed

public int getLowestUsed()

getLowestAffected

public int getLowestAffected()