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