Packages

c

org.opalj.br.fpcf.analyses

StaticDataUsageAnalysis

class StaticDataUsageAnalysis extends FPCFAnalysis

A simple analysis that identifies methods that use global state that may vary during one or between several program executions.

Source
StaticDataUsageAnalysis.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StaticDataUsageAnalysis
  2. FPCFAnalysis
  3. ProjectBasedAnalysis
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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.

  2. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  3. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  4. def determineUsage(definedMethod: DefinedMethod): ProperPropertyComputationResult

    Determines the allocation freeness of the method.

    Determines the allocation freeness of the method.

    This function encapsulates the continuation.

  5. def doDetermineUsage(e: Entity): ProperPropertyComputationResult

    Called when the analysis is scheduled lazily.

  6. implicit final def logContext: LogContext
    Definition Classes
    ProjectBasedAnalysis
  7. implicit final def p: SomeProject
    Definition Classes
    ProjectBasedAnalysis
  8. final val project: SomeProject
  9. implicit final val propertyStore: PropertyStore
    Definition Classes
    FPCFAnalysis
  10. final def ps: PropertyStore
    Definition Classes
    FPCFAnalysis