Uses of Class
sootup.callgraph.config.CommonCallGraphSettings
Packages that use CommonCallGraphSettings
-
Uses of CommonCallGraphSettings in qilin.callgraph
Methods in qilin.callgraph with parameters of type CommonCallGraphSettingsModifier and TypeMethodDescriptionstatic @NonNull QilinCallGraphConfig.BuilderQilinCallGraphConfig.from(@NonNull CommonCallGraphSettings common) Entry point forCallGraphConfigBuilder.into(QilinCallGraphConfig::from). -
Uses of CommonCallGraphSettings in sootup.callgraph.config
Method parameters in sootup.callgraph.config with type arguments of type CommonCallGraphSettingsModifier and TypeMethodDescription<B> @NonNull BCallGraphConfigBuilder.into(@NonNull Function<CommonCallGraphSettings, B> familyBuilderFactory) Transitions to a family-specific stage thatsootup.callgraphcannot depend on directly (Spark, Qilin - each in its own downstream module). -
Uses of CommonCallGraphSettings in sootup.spark
Methods in sootup.spark with parameters of type CommonCallGraphSettingsModifier and TypeMethodDescriptionstatic @NonNull SparkCallGraphConfig.BuilderSparkCallGraphConfig.from(@NonNull CommonCallGraphSettings common) Entry point forCallGraphConfigBuilder.into(SparkCallGraphConfig::from).