joosc.code.bytecode
Class ArithmInstr

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

public abstract class ArithmInstr
extends NoArgInstr


Constructor Summary
ArithmInstr()
           
 
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
 
Methods inherited from interface joosc.code.bytecode.Instr
getHeightDelta, getLowestAffected, getLowestUsed
 

Constructor Detail

ArithmInstr

public ArithmInstr()