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 LdcInsnNode.
|
Method Summary | |
---|---|
void | accept(MethodVisitor mv) |
AbstractInsnNode | clone(Map labels) |
int | getType() |
Parameters: cst the constant to be loaded on the stack. This parameter must be a non null Integer, a Float, a Long, a Double or a String.