java.io.Serializable, java.lang.Cloneable, IndexedInstruction, PushInstruction, StackProducer, TypedInstructionpublic class LDC2_W extends CPInstruction implements PushInstruction, TypedInstruction
Stack: ... -> ..., item.word1, item.word2
indexlength, opcode| Constructor | Description |
|---|---|
LDC2_W(int index) |
| Modifier and Type | Method | 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, toStringconsumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitproduceStackpublic Type getType(ConstantPoolGen cpg)
getType in interface TypedInstructiongetType in class CPInstructionpublic java.lang.Number getValue(ConstantPoolGen cpg)
public void accept(Visitor v)
accept in class Instructionv - Visitor object