|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.Analysis.AllocationInformationMap
An AllocationInformationMap
makes it easy to create a
map-based AllocationInformation
structure. It also
contains methods to facilitate transferring allocation information
from a different AllocationInformation
object.
Nested Class Summary | |
static class |
AllocationInformationMap.AllocationPropertiesImpl
A simple implementation of AllocationProperties . |
Nested classes inherited from class harpoon.Analysis.Maps.AllocationInformation |
|
Constructor Summary | |
AllocationInformationMap()
Creates a AllocationInformationMap . |
Method Summary | |
void |
associate(HCodeElement allocationSite,
AllocationInformation.AllocationProperties ap)
Associate the given allocationSite with the specified
AllocationProperties . |
AllocationInformation.AllocationProperties |
query(HCodeElement allocationSite)
Return the AllocationProperties for the given
allocationSite . |
void |
transfer(HCodeElement newallocsite,
HCodeElement oldallocsite,
TempMap tm,
AllocationInformation ai)
Transfer allocation information from the oldallocsite to newallocsite using the specified TempMap and old
AllocationInformation . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AllocationInformationMap()
AllocationInformationMap
.
Method Detail |
public AllocationInformation.AllocationProperties query(HCodeElement allocationSite)
AllocationProperties
for the given
allocationSite
.
query
in interface AllocationInformation
public void associate(HCodeElement allocationSite, AllocationInformation.AllocationProperties ap)
allocationSite
with the specified
AllocationProperties
.
public void transfer(HCodeElement newallocsite, HCodeElement oldallocsite, TempMap tm, AllocationInformation ai)
TempMap
and old
AllocationInformation
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |