All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.ANEWARRAY

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.CPInstruction
                   |
                   +----espresso.classfile.classgen.ANEWARRAY

public class ANEWARRAY
extends CPInstruction
ANEWARRAY - Create new array of references Stack: ..., count -> ..., arrayref


Constructor Index

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

Constructors

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

 o ANEWARRAY
 public ANEWARRAY(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index