Class SmushedAllocationSiteInNode
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
com.ibm.wala.ipa.callgraph.propagation.SmushedAllocationSiteInNode
- All Implemented Interfaces:
InstanceKeyWithNode
,ContextItem
,InstanceKey
An
InstanceKey
which represents the set of all allocation sites of a given type in a
CGNode
. An instance key which represents a unique set for ALL allocation sites of a given
type in a CGNode-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
getConcreteType, getNode
-
Constructor Details
-
SmushedAllocationSiteInNode
-
-
Method Details
-
equals
- Specified by:
equals
in classAbstractTypeInNode
-
hashCode
public int hashCode()- Specified by:
hashCode
in classAbstractTypeInNode
-
toString
- Specified by:
toString
in classAbstractTypeInNode
-
getCreationSites
Description copied from interface:InstanceKey
Get the creation sites ofthis
, i.e., the statements that may allocate objects represented bythis
. A creation site is a pair (n,s), where n is the containingCGNode
in the givenCallGraph
CG
and s is the allocatingNewSiteReference
.
-