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