|
Class Summary |
| CD |
A data dependence edge of PDGs. |
| DD |
A data dependence edge of PDGs. |
| Dependence |
An edge (dependence) of PDGs. |
| GetCD |
Extracts control dependences of PDGs from CFGs. |
| GetDD |
Extracts data dependences of PDGs from CFGs.
|
| GetPDG |
Constructs program depdendence graphs (PDGs). |
| PDG |
An object storing information about a program dependence graph (PDG). |
| PDGMethodEntry |
A method entry node of PDGs. |
| PDGNode |
A node of PDGs. |
| PDGStatement |
A statement node of PDGs. |
| WritePDGs |
Writes information about CFGs contained a specified XML document. |
Application programming interfaces for manipulating program dependence graphs (PDGs) created from source code.
This package provides classes which constructs PDGs and accesses information about the PDGs.
The classes for nodes and edges of the CFG inherits properties of the classes in org.jtool.jxplatform.graph.