Packages

object VirtualMethodPurity extends VirtualMethodPurityPropertyMetaInformation with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VirtualMethodPurity
  2. Serializable
  3. VirtualMethodPurityPropertyMetaInformation
  4. PropertyMetaInformation
  5. PropertyKind
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final val VCompileTimePure: VirtualMethodPurity
  2. final val VDPure: VirtualMethodPurity
  3. final val VDSideEffectFree: VirtualMethodPurity
  4. final val VImpureByAnalysis: VirtualMethodPurity
  5. final val VImpureByLackOfInformation: VirtualMethodPurity
  6. final val VPure: VirtualMethodPurity
  7. final val VSideEffectFree: VirtualMethodPurity
  8. def apply(name: String): Option[VirtualMethodPurity]
  9. 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
    PropertyMetaInformationPropertyKind
  10. 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
    VirtualMethodPurityPropertyMetaInformation