|
|||||||||
| 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.LDC
|
+--de.fub.bytecode.generic.LDC_W
LDC_W - Push item from constant pool (wide index)
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,
tag |
| Constructor Summary | |
LDC_W(int index)
|
|
| Method Summary | |
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (i.e. |
| Methods inherited from class de.fub.bytecode.generic.LDC |
dump,
getExceptions,
getType,
setIndex,
setSize |
| Methods inherited from class de.fub.bytecode.generic.CPInstruction |
getIndex,
toString,
toString |
| Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack,
consumeStack,
copy,
getLength,
getTag,
produceStack,
produceStack,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public LDC_W(int index)
| Method Detail |
protected void initFromFile(ByteSequence bytes,
boolean wide)
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||