jellyj.classfile.classgen
Class ANEWARRAY
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.CPInstruction
|
+--jellyj.classfile.classgen.ANEWARRAY
- public class ANEWARRAY
- extends CPInstruction
ANEWARRAY - Create new array of references
Stack: ..., count -> ..., arrayref
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | ANEWARRAY() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| ANEWARRAY(int index) |
ANEWARRAY
ANEWARRAY()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
ANEWARRAY
public ANEWARRAY(int index)