class StaticDataUsageAnalysis extends FPCFAnalysis
A simple analysis that identifies methods that use global state that may vary during one or between several program executions.
- Alphabetic
- By Inheritance
- StaticDataUsageAnalysis
- FPCFAnalysis
- ProjectBasedAnalysis
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def baseMethodStaticDataUsage(dm: DefinedMethod): ProperPropertyComputationResult
Retrieves and commits the methods static data usage as calculated for its declaring class type for the current DefinedMethod that represents the non-overwritten method in a subtype.
- final def ch: ClassHierarchy
- Definition Classes
- ProjectBasedAnalysis
- implicit final def classHierarchy: ClassHierarchy
- Definition Classes
- ProjectBasedAnalysis
- def determineUsage(definedMethod: DefinedMethod): ProperPropertyComputationResult
Determines the allocation freeness of the method.
Determines the allocation freeness of the method.
This function encapsulates the continuation.
- def doDetermineUsage(e: Entity): ProperPropertyComputationResult
Called when the analysis is scheduled lazily.
- implicit final def logContext: LogContext
- Definition Classes
- ProjectBasedAnalysis
- implicit final def p: SomeProject
- Definition Classes
- ProjectBasedAnalysis
- final val project: SomeProject
- Definition Classes
- StaticDataUsageAnalysis → ProjectBasedAnalysis
- implicit final val propertyStore: PropertyStore
- Definition Classes
- FPCFAnalysis
- final def ps: PropertyStore
- Definition Classes
- FPCFAnalysis