public class LDC2_W extends CPInstruction implements PushInstruction
Stack: ... -> ..., item.word1, item.word2
indexlength, opcode| Constructor and Description |
|---|
LDC2_W()
Empty constructor needed for 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, toStringconsumeStack, copy, dispose, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitproduceStackLDC2_W()
public LDC2_W(int index)
public 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