Package org.jtool.pdg

Class InterPDGCD

All Implemented Interfaces:
DependencyGraphEdge

public class InterPDGCD extends InterPDGEdge
A control dependence edge connecting two nodes in different PDGs.
  • Constructor Details

    • InterPDGCD

      public InterPDGCD(PDGNode src, PDGNode dst)
      Creates a new object that represents an edge with respect to control flow.
      Parameters:
      src - the source node of this edge
      dst - the destination node of this edge
  • Method Details