net.sourceforge.groboutils.codecoverage.v2.compiler
Class NullInstruction

java.lang.Object
  extended byorg.apache.bcel.generic.Instruction
      extended byorg.apache.bcel.generic.NOP
          extended bynet.sourceforge.groboutils.codecoverage.v2.compiler.NullInstruction
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class NullInstruction
extends org.apache.bcel.generic.NOP

Refers to a non-existent instruction, which are at the end of the list.

Since:
January 27, 2003
Version:
$Date: 2003/02/10 22:51:27 $
Author:
Matt Albrecht groboclown@users.sourceforge.net
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
 
Constructor Summary
NullInstruction()
           
 
Methods inherited from class org.apache.bcel.generic.NOP
accept
 
Methods inherited from class org.apache.bcel.generic.Instruction
consumeStack, copy, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullInstruction

public NullInstruction()


Copyright © 2001-2003 by The GroboUtils Project