Class ExplicitCallGraph.ExplicitNode

All Implemented Interfaces:
CGNode, ContextItem, IClassHierarchyDweller, INodeWithNumber
Direct Known Subclasses:
AstCallGraph.AstCGNode, DelegatingExplicitCallGraph.DelegatingCGNode
Enclosing class:
ExplicitCallGraph

public class ExplicitCallGraph.ExplicitNode extends BasicCallGraph.NodeImpl
  • Field Details

    • targets

      protected final SparseVector<Object> targets
      A Mapping from call site program counter (int) -> Object, where Object is a CGNode if we've discovered exactly one target for the site, or an IntSet of node numbers if we've discovered more than one target for the site.
  • Constructor Details

  • Method Details