| Class | Description |
|---|---|
| ClassDependencyPath |
Holds one chain of DependencyClassNode objects that lead from the analyzed
class to a specific class it depends on.
|
| ClassDependencyPathAnalyzer |
This analyzer is able to track all the dependency routes from a specific
class to another class that depends on it.
|
| ClassDependencyPathElement |
A wrapper around a DependencyClassNode that can determine the dependency
path to a specific other class node.
|
| ClassDependencyPathsData |
Holds the result of a dependency path analysis.
|
| ClassDependencyPathTrackingSpec |
Contains the object that describes what dependency path to track.
|