|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.logicalcobwebs.asm.tree.AbstractInsnNode
org.logicalcobwebs.asm.tree.LdcInsnNode
public class LdcInsnNode
A node that represents an LDC instruction.
| Field Summary | |
|---|---|
java.lang.Object |
cst
The constant to be loaded on the stack. |
| Fields inherited from class org.logicalcobwebs.asm.tree.AbstractInsnNode |
|---|
opcode |
| Constructor Summary | |
|---|---|
LdcInsnNode(java.lang.Object cst)
Constructs a new LdcInsnNode object. |
|
| Method Summary | |
|---|---|
void |
accept(CodeVisitor cv)
Makes the given code visitor visit this instruction. |
| Methods inherited from class org.logicalcobwebs.asm.tree.AbstractInsnNode |
|---|
getOpcode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object cst
Integer, a Float, a
Long, a Double or a String.
| Constructor Detail |
|---|
public LdcInsnNode(java.lang.Object cst)
LdcInsnNode object.
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.| Method Detail |
|---|
public void accept(CodeVisitor cv)
AbstractInsnNode
accept in class AbstractInsnNodecv - a code visitor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||