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)
           

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

ANEWARRAY

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

ANEWARRAY

public ANEWARRAY(int index)