Package sootup.callgraph.config
Class ChaCallGraphConfig
java.lang.Object
sootup.callgraph.config.ChaCallGraphConfig
- All Implemented Interfaces:
CallGraphConfig
CHA-specific stage of the unified
CallGraphConfig builder chain. Obtained via CallGraphConfigBuilder.cha(); has no algorithm-specific knobs of its own beyond the properties
CallGraphConfigBuilder already collected.-
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
-