Packages

p

org.opalj

fpcf

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. final type ComputationResults = TraversableOnce[SomeFinalEP]
  2. final type Continuation[P <: Property] = (Entity, P) ⇒ PropertyComputationResult
  3. final type Entity = AnyRef
  4. final type FallbackPropertyComputation[E <: Entity, P <: Property] = (PropertyStore, FallbackReason, E) ⇒ P
  5. final type OnUpdateContinuation = (SomeEPS) ⇒ PropertyComputationResult
  6. final type PropertyComputation[E <: Entity] = (E) ⇒ PropertyComputationResult
  7. final type SomeContinuation = Continuation[_ <: Property]
  8. final type SomeEOptionP = EOptionP[_ <: Entity, _ <: Property]
  9. final type SomeEPK = EPK[_ <: Entity, _ <: Property]
  10. final type SomeEPS = EPS[_ <: Entity, _ <: Property]
  11. final type SomeFallbackPropertyComputation = FallbackPropertyComputation[_ <: Entity, _ <: Property]
  12. final type SomeFinalEP = FinalEP[_ <: Entity, _ <: Property]
  13. final type SomePartialResult = PartialResult[_ >: Null <: Entity, _ >: Null <: Property]
  14. final type SomePropertyComputation = PropertyComputation[_ <: Entity]
  15. final type SomePropertyKey = PropertyKey[_ <: Property]

Value Members

  1. final val FrameworkName: String("OPAL Static Analyses Infrastructure")

Inherited from AnyRef

Inherited from Any

Ungrouped