Class RtaCallGraphConfig

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

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