joosc.code.bytecode
Class NoArgInstr

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

public abstract class NoArgInstr
extends java.lang.Object
implements Instr


Constructor Summary
NoArgInstr()
           
 
Method Summary
protected abstract  java.lang.String getName()
           
 java.lang.String 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

NoArgInstr

public NoArgInstr()
Method Detail

getName

protected abstract java.lang.String getName()

toString

public java.lang.String toString()
Specified by:
toString in interface Instr