Uses of Record Class
pascal.taie.config.Plan
Packages that use Plan
Package
Description
This package provides functionality for processing options and configurations.
-
Uses of Plan in pascal.taie.analysis
Constructors in pascal.taie.analysis with parameters of type Plan -
Uses of Plan in pascal.taie.config
Methods in pascal.taie.config that return PlanModifier 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.