org.apache.bcel.generic
Interface AllocationInstruction

All Known Implementing Classes:
ANEWARRAY, MULTIANEWARRAY, NEW, NEWARRAY

public interface AllocationInstruction

Denote family of instructions that allocates space in the heap.

Version:
$Id: AllocationInstruction.java 152690 2001-10-29 19:59:54Z jvanzyl $
Author:
M. Dahm