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)
           

Methods inherited from class jellyj.classfile.classgen.CPInstruction
dump, getIndex, setIndex, toString

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

NEW

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

NEW

public NEW(int index)