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 associated CGNode.
  • Method Details

    • getNode

      CGNode getNode()
      Returns:
      the node which created this instance.