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


Constructor Index

 o ALOAD()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o ALOAD(int)

Constructors

 o ALOAD
 ALOAD()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o ALOAD
 public ALOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index