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
public final class NormalAllocationInNode extends AllocationSiteInNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
-
Constructor Summary
Constructors Constructor Description NormalAllocationInNode(CGNode node, NewSiteReference allocation, IClass type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
-
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 Detail
-
NormalAllocationInNode
public NormalAllocationInNode(CGNode node, NewSiteReference allocation, IClass type)
-
-
Method Detail
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in classAllocationSiteInNode
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAllocationSiteInNode
-
-