org.quilt.bytecode
Class LabeledNOP

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

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

An extension of the NOP which provides a label. To ease debugging.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
 
Constructor Summary
LabeledNOP(java.lang.String pos)
           
 
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, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabeledNOP

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

toString

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


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.