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.
|
getOpcode
public Object cst
public void accept(CodeVisitor cv)
AbstractInsnNode
accept
in class AbstractInsnNode
cv
- a code visitor.Copyright © 2024. All rights reserved.