Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.objectweb.asm.tree.AbstractInsnNode
org.objectweb.asm.tree.LdcInsnNode
public class LdcInsnNode
extends AbstractInsnNode
Field Summary | |
Object |
|
Fields inherited from class org.objectweb.asm.tree.AbstractInsnNode | |
opcode |
Constructor Summary | |
|
Method Summary | |
void |
|
Methods inherited from class org.objectweb.asm.tree.AbstractInsnNode | |
accept , getOpcode |
public void accept(CodeVisitor cv)
Makes the given code visitor visit this instruction.
- Overrides:
- accept in interface AbstractInsnNode
- Parameters:
cv
- a code visitor.