All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.DLOAD
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.LocalVariableInstruction
|
+----espresso.classfile.classgen.DLOAD
- public class DLOAD
- extends LocalVariableInstruction
DLOAD - Load double from local variable
Stack ... -> ..., result.word1, result.word2
-
DLOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
DLOAD(int)
-
DLOAD
DLOAD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
DLOAD
public DLOAD(int n)
All Packages Class Hierarchy This Package Previous Next Index