|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.logicalcobwebs.asm.tree.AbstractInsnNode
A node that represents a bytecode instruction.
| Field Summary | |
protected int |
opcode
The opcode of this instruction. |
| Constructor Summary | |
protected |
AbstractInsnNode(int opcode)
Constructs a new AbstractInsnNode object. |
| Method Summary | |
abstract void |
accept(CodeVisitor cv)
Makes the given code visitor visit this instruction. |
int |
getOpcode()
Returns the opcode of this instruction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int opcode
| Constructor Detail |
protected AbstractInsnNode(int opcode)
AbstractInsnNode object.
opcode - the opcode of the instruction to be constructed.| Method Detail |
public int getOpcode()
public abstract void accept(CodeVisitor cv)
cv - a code visitor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||