All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.ISTORE
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.LocalVariableInstruction
|
+----espresso.classfile.classgen.ISTORE
- public class ISTORE
- extends LocalVariableInstruction
ISTORE - Store int into local variable
Stack ..., value -> ...
-
ISTORE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
ISTORE(int)
-
ISTORE
ISTORE()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ISTORE
public ISTORE(int n)
All Packages Class Hierarchy This Package Previous Next Index