Interface InstanceKeyWithNode
- All Superinterfaces:
ContextItem
,InstanceKey
- All Known Implementing Classes:
AbstractTypeInNode
,AllocationSiteInNode
,MultiNewArrayInNode
,NormalAllocationInNode
,SmushedAllocationSiteInNode
,ZeroLengthArrayInNode
An instance key which has an associated
CGNode
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
Method Summary
Methods inherited from interface com.ibm.wala.ipa.callgraph.propagation.InstanceKey
getConcreteType, getCreationSites
-
Method Details
-
getNode
CGNode getNode()- Returns:
- the node which created this instance.
-