public class LdcInsnNode extends AbstractInsnNode
| Modifier and Type | Field and Description |
|---|---|
Object |
cst
The constant to be loaded on the stack.
|
opcode| Constructor and Description |
|---|
LdcInsnNode(Object cst)
Constructs a new
LdcInsnNode object. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CodeVisitor cv)
Makes the given code visitor visit this instruction.
|
getOpcodepublic Object cst
public void accept(CodeVisitor cv)
AbstractInsnNodeaccept in class AbstractInsnNodecv - a code visitor.Copyright © 2023. All rights reserved.