Class AllocationSite

java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AllocationSite
All Implemented Interfaces:
ContextItem, InstanceKey

public class AllocationSite extends Object implements InstanceKey
An InstanceKey which represents a NewSiteReference in some IMethod. Note that this differs from AllocationSiteInNode, which represents an allocation in a CGNode that may carry some Context. This type is useful for a context-insensitive heap abstraction.