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 -> ...


Constructor Index

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

Constructors

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

 o ASTORE
 public ASTORE(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index