junit.quilt.cover.generic
Class LabeledNOP

java.lang.Object
  |
  +--org.apache.bcel.generic.Instruction
        |
        +--org.apache.bcel.generic.NOP
              |
              +--junit.quilt.cover.generic.LabeledNOP
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

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

See Also:
Serialized Form

Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
 
Constructor Summary
LabeledNOP(java.lang.String label)
           
 
Method Summary
 java.lang.String toString(boolean verbose)
           
 
Methods inherited from class org.apache.bcel.generic.NOP
accept
 
Methods inherited from class org.apache.bcel.generic.Instruction
consumeStack, copy, dump, getLength, getOpcode, initFromFile, produceStack, readInstruction, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabeledNOP

public LabeledNOP(java.lang.String label)
Method Detail

toString

public java.lang.String toString(boolean verbose)
Overrides:
toString in class org.apache.bcel.generic.Instruction


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.