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