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 ContextItem
ContextItem.Value<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTypeInNode
getConcreteType, getNode
-
Constructor Details
-
AllocationSiteInNode
-
-
Method Details
-
equals
- Specified by:
equalsin classAbstractTypeInNode
-
hashCode
public abstract int hashCode()- Specified by:
hashCodein classAbstractTypeInNode
-
toString
- Specified by:
toStringin classAbstractTypeInNode
-
getSite
- Returns:
- Returns the site.
-
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.
-