Packages

o

org.opalj.fpcf.properties

DSideEffectFree

object DSideEffectFree extends Purity with Product with Serializable

The respective method may perform actions that are generally considered impure that some clients may wish to treat as pure. Otherwise it is side-effect free.

See also

Purity for further details regarding the purity levels.

Linear Supertypes
Serializable, Serializable, Product, Equals, Purity, PurityPropertyMetaInformation, IndividualProperty[Purity, VirtualMethodPurity], AggregatableValueProperty[Purity, VirtualMethodPurity], Property, PropertyMetaInformation, PropertyKind, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DSideEffectFree
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Purity
  7. PurityPropertyMetaInformation
  8. IndividualProperty
  9. AggregatableValueProperty
  10. Property
  11. PropertyMetaInformation
  12. PropertyKind
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type Self = Purity
    Definition Classes
    PurityPropertyMetaInformation → PropertyMetaInformation
  2. type self = Purity

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val aggregatedProperty: VirtualMethodPurity
    Definition Classes
    PurityIndividualProperty
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def asOrderedProperty: OrderedProperty
    Definition Classes
    Property
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final val flags: Int
    Definition Classes
    DSideEffectFreePurity
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def id: Int
    Definition Classes
    PropertyMetaInformation → PropertyKind
  14. def isCompileTimePure: Boolean
    Definition Classes
    Purity
  15. def isDeterministic: Boolean
    Definition Classes
    Purity
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def isOrderedProperty: Boolean
    Definition Classes
    Property
  18. final def key: PropertyKey[Purity]

    The globally unique key of the Purity property.

    The globally unique key of the Purity property.

    Definition Classes
    Purity → PropertyMetaInformation
  19. def meet(other: Purity): Purity

    Combines this purity value with another one to represent the progress by a purity analysis in one phase.

    Combines this purity value with another one to represent the progress by a purity analysis in one phase. Conditional as well as unconditional values are combined to the purity level that expresses a weaker purity, thereby incorporating the effect of counter-examples to a stronger purity. Thus, the result of this operation is used to represent a (potentially conditional) upper bound on the possible final result of the purity analysis that performs this operation. If one of the combined purity values is conditional and the other is not, the result will be the same as if the conditional purity value was combined with the conditional value that corresponds to the unconditional value.

    Definition Classes
    PurityAggregatableValueProperty
  20. val modifiedParams: IntTrieSet
    Definition Classes
    Purity
  21. def modifiesParameters: Boolean
    Definition Classes
    Purity
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def usesDomainSpecificActions: Boolean
    Definition Classes
    Purity
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. def withoutContextual: Purity
    Definition Classes
    Purity

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Purity

Inherited from Property

Inherited from PropertyMetaInformation

Inherited from PropertyKind

Inherited from AnyRef

Inherited from Any

Ungrouped