jellyj.classfile.classgen
Class NOP

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.NOP

public class NOP
extends Instruction

NOP - Do nothing

Author:
JellyJ Design Group

Constructor Summary
NOP()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, dump, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString

Constructor Detail

NOP

public NOP()