Packages

c

org.opalj.br.fpcf.analyses

L0CompileTimeConstancyAnalysis

class L0CompileTimeConstancyAnalysis extends FPCFAnalysis

A simple analysis that identifies constant (effectively) final static fields that are deterministically initialized to the same value on every program execution. This analysis just examines the ConstantValue attribute of the field.

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

Value Members

  1. final def ch: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  2. implicit final def classHierarchy: ClassHierarchy
    Definition Classes
    ProjectBasedAnalysis
  3. def determineConstancy(field: Field): ProperPropertyComputationResult

    Determines the compile-time constancy of the field.

    Determines the compile-time constancy of the field.

    This function encapsulates the continuation.

  4. def doDetermineConstancy(e: Entity): ProperPropertyComputationResult

    Called when the analysis is scheduled lazily.

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