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
-
ANEWARRAY()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
ANEWARRAY(int)
-
ANEWARRAY
ANEWARRAY()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ANEWARRAY
public ANEWARRAY(int index)
All Packages Class Hierarchy This Package Previous Next Index