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>
query
public AllocationInformation.AllocationProperties query(HCodeElement allocationSite)
- Query the properties of the allocation at the specified site.