Uses of Class
org.jtool.jxplatform.graph.pdg.Dependence

Packages that use Dependence
org.jtool.jxplatform.graph.pdg Application programming interfaces for manipulating program dependence graphs (PDGs) created from source code.  
 

Uses of Dependence in org.jtool.jxplatform.graph.pdg
 

Subclasses of Dependence in org.jtool.jxplatform.graph.pdg
 class CD
          A data dependence edge of PDGs.
 class DD
          A data dependence edge of PDGs.
 

Methods in org.jtool.jxplatform.graph.pdg with parameters of type Dependence
protected  void PDG.add(Dependence edge)
          Adds a given PDG edge to this graph.