All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.LDC_W
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.CPInstruction
|
+----espresso.classfile.classgen.LDC_W
- public class LDC_W
- extends CPInstruction
LDC_W - Push item from constant pool (wide index)
Stack: ... -> ..., item.word1, item.word2
-
LDC_W()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
LDC_W(int)
-
LDC_W
LDC_W()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
LDC_W
public LDC_W(int index)
All Packages Class Hierarchy This Package Previous Next Index