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