Class NormalAllocationInNode
java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
com.ibm.wala.ipa.callgraph.propagation.AllocationSiteInNode
com.ibm.wala.ipa.callgraph.propagation.NormalAllocationInNode
- All Implemented Interfaces:
InstanceKeyWithNode
,ContextItem
,InstanceKey
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Constructor Summary
ConstructorDescriptionNormalAllocationInNode
(CGNode node, NewSiteReference allocation, IClass type) -
Method Summary
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AllocationSiteInNode
getCreationSites, getSite, toString
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.AbstractTypeInNode
getConcreteType, getNode
-
Constructor Details
-
NormalAllocationInNode
-
-
Method Details
-
equals
- Specified by:
equals
in classAllocationSiteInNode
-
hashCode
public int hashCode()- Specified by:
hashCode
in classAllocationSiteInNode
-