package systemproperties
- Alphabetic
- Public
- Protected
Type Members
- class SystemPropertiesAnalysis extends ReachableMethodAnalysis
An FPCF analysis that analyses reachable methods for calls that modify java.util.Properties, including the system properties given on System.setProperty.
An FPCF analysis that analyses reachable methods for calls that modify java.util.Properties, including the system properties given on System.setProperty.
- See also
SystemProperties
- final class SystemPropertiesState[ContextType <: Context] extends BaseAnalysisState with TACAIBasedAnalysisState[ContextType]
- See also
Value Members
- object TriggeredSystemPropertiesAnalysisScheduler extends BasicFPCFTriggeredAnalysisScheduler
A scheduler for the reachable method SystemPropertiesAnalysis that is triggered on the Callers property.