|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.fub.bytecode.generic.Instruction
|
+--de.fub.bytecode.generic.CPInstruction
|
+--de.fub.bytecode.generic.LDC2_W
LDC2_W - Push long or double from constant pool
Stack: ... -> ..., item.word1, item.word2
| Fields inherited from class de.fub.bytecode.generic.CPInstruction |
index |
| Fields inherited from class de.fub.bytecode.generic.Instruction |
length, opcode |
| Constructor Summary | |
LDC2_W(int index)
|
|
| Method Summary | |
void |
accept(Visitor v)
Call corresponding visitor method(s). |
Type |
getType(ConstantPoolGen cpg)
|
java.lang.Number |
getValue(ConstantPoolGen cpg)
|
| Methods inherited from class de.fub.bytecode.generic.CPInstruction |
dump, getIndex, initFromFile, setIndex, toString, toString |
| Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack, consumeStack, copy, getLength, getOpcode, getTag, produceStack, produceStack, readInstruction, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface de.fub.bytecode.generic.StackProducer |
produceStack |
| Constructor Detail |
public LDC2_W(int index)
| Method Detail |
public Type getType(ConstantPoolGen cpg)
getType in interface TypedInstructiongetType in class CPInstructionde.fub.bytecode.generic.CPInstructionpublic java.lang.Number getValue(ConstantPoolGen cpg)
public void accept(Visitor v)
accept in class Instructionv - Visitor object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||