Package sootup.callgraph.config
Class RtaCallGraphConfig
java.lang.Object
sootup.callgraph.config.RtaCallGraphConfig
- All Implemented Interfaces:
CallGraphConfig
RTA-specific stage of the unified
CallGraphConfig builder chain. Obtained via CallGraphConfigBuilder.rta(); adds RTA's one algorithm-specific knob, a set of classes to treat
as already-instantiated before traversal starts.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@NonNull CallGraphBuilds the call graph for the analysis described by this configuration object.
-
Method Details
-
computeCallGraph
Description copied from interface:CallGraphConfigBuilds the call graph for the analysis described by this configuration object. All state needed (view, entry points, algorithm-specific options) is already captured by the concrete implementation, typically via its own builder.- Specified by:
computeCallGraphin interfaceCallGraphConfig
-