Package com.ibm.wala.analysis.reflection
Interface InstanceKeyWithNode
-
- All Superinterfaces:
ContextItem
,InstanceKey
- All Known Implementing Classes:
AbstractTypeInNode
,AllocationSiteInNode
,MultiNewArrayInNode
,NormalAllocationInNode
,SmushedAllocationSiteInNode
,ZeroLengthArrayInNode
public interface InstanceKeyWithNode extends InstanceKey
An instance key which has an associatedCGNode
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CGNode
getNode()
-
Methods inherited from interface com.ibm.wala.ipa.callgraph.propagation.InstanceKey
getConcreteType, getCreationSites
-
-
-
-
Method Detail
-
getNode
CGNode getNode()
- Returns:
- the node which created this instance.
-
-