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