org.apache.bcel.generic

Interface AllocationInstruction

Known Implementing Classes:
ANEWARRAY, MULTIANEWARRAY, NEW, NEWARRAY

public interface AllocationInstruction

Denote family of instructions that allocates space in the heap.
Version:
$Id: AllocationInstruction.java,v 1.1.1.1 2001/10/29 20:00:05 jvanzyl Exp $
Author:
M. Dahm