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 LdcInsnNode} object.
|
Method Summary | |
---|---|
void | accept(CodeVisitor cv) |
Parameters: cst the constant to be loaded on the stack. This parameter must be a non null {@link java.lang.Integer Integer}, a {@link java.lang.Float Float}, a {@link java.lang.Long Long}, a {@link java.lang.Double Double} or a {@link String String}.