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