Package

org.opalj

fpcf

Permalink

package fpcf

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fpcf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ComputationResults = Traversable[SomeEP]

    Permalink
  2. type Continuation[P <: Property] = (Entity, P) ⇒ PropertyComputationResult

    Permalink
  3. type Entity = AnyRef

    Permalink
  4. type OnUpdateContinuation = (Entity, Property, UserUpdateType) ⇒ PropertyComputationResult

    Permalink
  5. type PropertyComputation[E <: Entity] = (E) ⇒ PropertyComputationResult

    Permalink
  6. type PropertyKeyID = Int

    Permalink
  7. type SomeContinuation = Continuation[_ <: Property]

    Permalink
  8. type SomeEOptionP = EOptionP[_ <: Entity, _ <: Property]

    Permalink
  9. type SomeEP = EP[_ <: Entity, _ <: Property]

    Permalink
  10. type SomeEPK = EPK[_ <: Entity, _ <: Property]

    Permalink
  11. type SomePropertyComputation = PropertyComputation[_ <: Entity]

    Permalink
  12. type SomePropertyKey = PropertyKey[_ <: Property]

    Permalink

Value Members

  1. object ImmutabilityAnalysis extends DefaultOneStepAnalysis

    Permalink

    Determines the immutability of the classes of a project.

  2. object PurityAnalysis extends DefaultOneStepAnalysis

    Permalink

    Runs the purity analysis including all analyses that may improve the overall result.

Inherited from AnyRef

Inherited from Any

Ungrouped