jellyj.classfile.classgen
Class DSTORE
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.LocalVariableInstruction
|
+--jellyj.classfile.classgen.DSTORE
- public class DSTORE
- extends LocalVariableInstruction
DSTORE - Store double into local variable
Stack ..., value.word1, value.word2 -> ...
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | DSTORE() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| DSTORE(int n) |
DSTORE
DSTORE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
DSTORE
public DSTORE(int n)