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