Java Doc for LdcInsnNode.java in » Net » Terracotta » com » tc » asm » tree » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Constructs a new
LdcInsnNode .
Parameters: cst - the constant to be loaded on the stack. This parameter must bea non null Integer, a Float, a Long, aDouble or a String.