joosc.code.bytecode
Class NopInstr

java.lang.Object
  extended byjoosc.code.bytecode.StacklessInstr
      extended byjoosc.code.bytecode.NopInstr
All Implemented Interfaces:
Instr

public class NopInstr
extends StacklessInstr


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

Constructor Detail

NopInstr

public NopInstr()
Method Detail

getName

protected java.lang.String getName()

toString

public java.lang.String toString()