| Class and Description |
|---|
| AbstractCallGraphAlgorithm
The AbstractCallGraphAlgorithm class is the super class of all call graph algorithm.
|
| CallGraph
The interface of all implemented call graph data structures
|
| CallGraphAlgorithm
The interface of a implemented call graph algorithms
|
| 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.
|
| MutableCallGraph
This interface defines a mutable call graph.
|
| RapidTypeAnalysisAlgorithm.Call
This private class is used to save reachable calls.
|
Copyright © 2024 Soot OSS. All rights reserved.