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