Class AllocationSiteInNode
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
com.ibm.wala.ipa.callgraph.propagation.AllocationSiteInNode
- All Implemented Interfaces:
InstanceKeyWithNode
,ContextItem
,InstanceKey
- Direct Known Subclasses:
MultiNewArrayInNode
,NormalAllocationInNode
,ZeroLengthArrayInNode
-
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
-
AllocationSiteInNode
-
-
Method Details
-
equals
- Specified by:
equals
in classAbstractTypeInNode
-
hashCode
public abstract int hashCode()- Specified by:
hashCode
in classAbstractTypeInNode
-
toString
- Specified by:
toString
in classAbstractTypeInNode
-
getSite
- Returns:
- Returns the site.
-
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
.
-