Packages

sealed case class VirtualMethodPurity(individualProperty: Purity) extends AggregatedProperty[Purity, VirtualMethodPurity] with VirtualMethodPurityPropertyMetaInformation with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VirtualMethodPurity
  2. Serializable
  3. Product
  4. Equals
  5. VirtualMethodPurityPropertyMetaInformation
  6. AggregatedProperty
  7. AggregatableValueProperty
  8. Property
  9. PropertyMetaInformation
  10. PropertyKind
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VirtualMethodPurity(individualProperty: Purity)

Value Members

  1. final def asOrderedProperty: OrderedProperty

    Returns this if this property inherits from OrderedProperty.

    Returns this if this property inherits from OrderedProperty.

    Used, e.g., by the framework to support debugging analyses.

    Definition Classes
    Property
  2. 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
  3. val individualProperty: Purity
  4. final def isOrderedProperty: Boolean

    Returns true if this property inherits from OrderedProperty.

    Returns true if this property inherits from OrderedProperty.

    Definition Classes
    Property
  5. final def key: PropertyKey[VirtualMethodPurity]

    The globally unique key of the VirtualMethodPurity property.

    The globally unique key of the VirtualMethodPurity property.

    Definition Classes
    VirtualMethodPurityPropertyMetaInformation
  6. def meet(other: VirtualMethodPurity): VirtualMethodPurity
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def toString(): String
    Definition Classes
    VirtualMethodPurity → AnyRef → Any