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 ContextItem
ContextItem.Value<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTypeInNode
getConcreteType, getNode
-
Constructor Details
-
SmushedAllocationSiteInNode
-
-
Method Details
-
equals
- Specified by:
equalsin classAbstractTypeInNode
-
hashCode
public int hashCode()- Specified by:
hashCodein classAbstractTypeInNode
-
toString
- Specified by:
toStringin classAbstractTypeInNode
-
getCreationSites
Description copied from interface:InstanceKeyGet 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 containingCGNodein the givenCallGraphCGand s is the allocatingNewSiteReference.
-