All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.NEW
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.CPInstruction
|
+----espresso.classfile.classgen.NEW
- public class NEW
- extends CPInstruction
NEW - Create new object
Stack: ... -> ..., objectref
-
NEW()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
NEW(int)
-
NEW
NEW()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
NEW
public NEW(int index)
All Packages Class Hierarchy This Package Previous Next Index