public class LDC2_W extends CPInstruction implements PushInstruction
Stack: ... -> ..., item.word1, item.word2
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
index
length, opcode
Constructor and Description |
---|
LDC2_W()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
LDC2_W(int index) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
Type |
getType(ConstantPoolGen cpg) |
java.lang.Number |
getValue(ConstantPoolGen cpg) |
dump, getIndex, initFromFile, setIndex, toString, toString
consumeStack, copy, dispose, equals, getComparator, getLength, getName, getOpcode, hashCode, produceStack, readInstruction, setComparator, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
produceStack
private static final long serialVersionUID
LDC2_W()
public LDC2_W(int index)
public Type getType(ConstantPoolGen cpg)
getType
in interface TypedInstruction
getType
in class CPInstruction
public java.lang.Number getValue(ConstantPoolGen cpg)
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object