Packages

c

org.opalj.fpcf.properties

ContextuallySideEffectFree

case class ContextuallySideEffectFree(modifiedParams: IntTrieSet) extends Purity with Product with Serializable

The respective method may modify its parameters, but otherwise it is side-effect free, i.e. it does not have side effects but its results may still be non-deterministic.

A method calling a ConteuxtuallySideEffectFree method can be SideEffectFree if the parameters of the call are confined inside that method.

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. ContextuallySideEffectFree
  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

Instance Constructors

  1. new ContextuallySideEffectFree(modifiedParams: IntTrieSet)

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 finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final val flags: Int
    Definition Classes
    ContextuallySideEffectFreePurity
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def id: Int
    Definition Classes
    PropertyMetaInformation → PropertyKind
  13. def isCompileTimePure: Boolean
    Definition Classes
    Purity
  14. def isDeterministic: Boolean
    Definition Classes
    Purity
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def isOrderedProperty: Boolean
    Definition Classes
    Property
  17. 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
  18. 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
    ContextuallySideEffectFreePurityAggregatableValueProperty
  19. val modifiedParams: IntTrieSet
    Definition Classes
    ContextuallySideEffectFreePurity
  20. def modifiesParameters: Boolean
    Definition Classes
    Purity
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def usesDomainSpecificActions: Boolean
    Definition Classes
    Purity
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. 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