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