joosc.code.bytecode
Class StackInstr

java.lang.Object
  extended byjoosc.code.bytecode.NoArgInstr
      extended byjoosc.code.bytecode.StackInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
DupInstr, PopInstr, SwapInstr

public abstract class StackInstr
extends NoArgInstr


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

StackInstr

public StackInstr()