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


Constructor Index

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

Constructors

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

 o NEW
 public NEW(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index