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 ContextItem
ContextItem.Value<T> -
Method Summary
Methods inherited from interface InstanceKey
getConcreteType, getCreationSites
-
Method Details
-
getNode
CGNode getNode()- Returns:
- the node which created this instance.
-