object VirtualMethodPurity extends VirtualMethodPurityPropertyMetaInformation with Serializable
- Alphabetic
- By Inheritance
- VirtualMethodPurity
- Serializable
- VirtualMethodPurityPropertyMetaInformation
- PropertyMetaInformation
- PropertyKind
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final type Self = VirtualMethodPurity
- Definition Classes
- VirtualMethodPurityPropertyMetaInformation → PropertyMetaInformation
Value Members
- final val VCompileTimePure: VirtualMethodPurity
- final val VDPure: VirtualMethodPurity
- final val VDSideEffectFree: VirtualMethodPurity
- final val VImpureByAnalysis: VirtualMethodPurity
- final val VImpureByLackOfInformation: VirtualMethodPurity
- final val VPure: VirtualMethodPurity
- final val VSideEffectFree: VirtualMethodPurity
- def apply(name: String): Option[VirtualMethodPurity]
- final def id: Int
The id uniquely identifies this property's category.
The id uniquely identifies this property's category. All property objects of the same kind have to use the same id which is guaranteed since they share the same
PropertyKey
- Definition Classes
- PropertyMetaInformation → PropertyKind
- final val key: PropertyKey[VirtualMethodPurity]
The key associated with every purity property.
The key associated with every purity property. The name is "VirtualMethodPurity"; the fallback is "VImpure".
- Definition Classes
- VirtualMethodPurity → PropertyMetaInformation