Google

bcel API: Interface AllocationInstruction

org.apache.bcel.generic
Interface AllocationInstruction

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

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