jellyj.classfile.classgen
Class LDC2_W
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.CPInstruction
|
+--jellyj.classfile.classgen.LDC2_W
- public class LDC2_W
- extends CPInstruction
LDC2_W - Push long or double from constant pool
Stack: ... -> ..., item.word1, item.word2
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | LDC2_W() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| LDC2_W(int index) |
LDC2_W
LDC2_W()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
LDC2_W
public LDC2_W(int index)