|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.bcel.generic.Instruction | +--org.apache.bcel.generic.NOP | +--org.quilt.bytecode.LabeledNOP
An extension of the NOP which provides a label. To ease debugging.
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 |
public LabeledNOP(java.lang.String pos)
Method Detail |
public java.lang.String toString(boolean verbose)
toString
in class org.apache.bcel.generic.Instruction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |