Class ChaCallGraphConfig

java.lang.Object
sootup.callgraph.config.ChaCallGraphConfig
All Implemented Interfaces:
CallGraphConfig

public final class ChaCallGraphConfig extends Object implements 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.
  • Method Details

    • computeCallGraph

      public @NonNull CallGraph computeCallGraph()
      Description copied from interface: CallGraphConfig
      Builds 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:
      computeCallGraph in interface CallGraphConfig