harpoon.Analysis.Maps
Interface AllocationInformation<HCE extends HCodeElement>

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

public interface AllocationInformation<HCE extends HCodeElement>

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

Version:
$Id: AllocationInformation.java,v 1.7 2003/03/03 23:41:34 salcianu 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(HCE allocationSite)
          Query the properties of the allocation at the specified site.
 

Method Detail

query

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