org.objectweb.asm.tree
public class LdcInsnNode extends AbstractInsnNode
| Field Summary | |
|---|---|
| Object | cst
The constant to be loaded on the stack. |
| Constructor Summary | |
|---|---|
| LdcInsnNode(Object cst)
Constructs a new {@link LdcInsnNode}.
| |
| Method Summary | |
|---|---|
| void | accept(MethodVisitor mv) |
| int | getType() |
Parameters: cst the constant to be loaded on the stack. This parameter must be a non null {@link Integer}, a {@link Float}, a {@link Long}, a {@link Double} or a {@link String}.