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