harpoon.Analysis.Maps
Interface AllocationInformation

All Known Implementing Classes:
AllocationInformationMap, DefaultAllocationInformation, MAInfo, ODMAInfo

public interface AllocationInformation

An AllocationInformation maps allocation sites to information about the allocation done at that site.

Version:
$Id: AllocationInformation.java,v 1.2 2002/02/25 20:58:08 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Nested Class Summary
static interface AllocationInformation.AllocationProperties
          AllocationProperties contains tests for the various possibly properties of an allocation site.
 
Method Summary
 AllocationInformation.AllocationProperties query(HCodeElement allocationSite)
          Query the properties of the allocation at the specified site.
 

Method Detail

query

public AllocationInformation.AllocationProperties query(HCodeElement allocationSite)
Query the properties of the allocation at the specified site.