package fpcf
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- fpcf
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final type ComputationResults = TraversableOnce[SomeFinalEP]
- final type Continuation[P <: Property] = (Entity, P) ⇒ PropertyComputationResult
- final type Entity = AnyRef
- final type FallbackPropertyComputation[E <: Entity, P <: Property] = (PropertyStore, FallbackReason, E) ⇒ P
- final type OnUpdateContinuation = (SomeEPS) ⇒ PropertyComputationResult
- final type PropertyComputation[E <: Entity] = (E) ⇒ PropertyComputationResult
- final type SomeContinuation = Continuation[_ <: Property]
- final type SomeEOptionP = EOptionP[_ <: Entity, _ <: Property]
- final type SomeEPK = EPK[_ <: Entity, _ <: Property]
- final type SomeEPS = EPS[_ <: Entity, _ <: Property]
- final type SomeFallbackPropertyComputation = FallbackPropertyComputation[_ <: Entity, _ <: Property]
- final type SomeFinalEP = FinalEP[_ <: Entity, _ <: Property]
- final type SomePartialResult = PartialResult[_ >: Null <: Entity, _ >: Null <: Property]
- final type SomePropertyComputation = PropertyComputation[_ <: Entity]
- final type SomePropertyKey = PropertyKey[_ <: Property]
Value Members
- final val FrameworkName: String("OPAL Static Analyses Infrastructure")