Uses of Record Class
pascal.taie.config.Plan
Package
Description
This package provides functionality for processing options and configurations.
-
Uses of Plan in pascal.taie.analysis
-
Uses of Plan in pascal.taie.config
Modifier and TypeMethodDescriptionstatic Plan
Plan.emptyPlan()
AnalysisPlanner.expandPlan
(List<PlanConfig> planConfigs, boolean reachableScope) This method makes an analysis plan based on given plan configs, and it will automatically add required analyses (which are not in the given plan) to the resulting plan.AnalysisPlanner.makePlan
(List<PlanConfig> planConfigs, boolean reachableScope) This method makes a plan by converting given list of PlanConfig to AnalysisConfig.