| Interface | Description |
|---|---|
| CallGraph |
The interface of all implemented call graph data structures
|
| CallGraphAlgorithm |
The interface of a implemented call graph algorithms
|
| MutableCallGraph |
This interface defines a mutable call graph.
|
| Class | Description |
|---|---|
| AbstractCallGraphAlgorithm |
The AbstractCallGraphAlgorithm class is the super class of all call graph algorithm.
|
| ClassHierarchyAnalysisAlgorithm |
This class implements the Class Hierarchy Analysis call graph algorithm.
|
| GraphBasedCallGraph |
This class implements a mutable call graph as a graph.
|
| GraphBasedCallGraph.Edge |
This internal class is used to describe the edge in the graph.
|
| GraphBasedCallGraph.Vertex |
This internal class is used to describe a vertex in the graph.
|
| InstantiateClassValueVisitor | |
| RapidTypeAnalysisAlgorithm |
This class implements the Rapid Type Analysis call graph algorithm.
|
| RapidTypeAnalysisAlgorithm.Call |
This private class is used to save reachable calls.
|
Copyright © 2024 Soot OSS. All rights reserved.