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