Packages

c

org.opalj.fpcf.properties

ClassifiedImpure

sealed abstract class ClassifiedImpure extends Purity

Clients have to treat the method as impure. If the property is refinable clients can keep the dependency.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassifiedImpure
  2. Purity
  3. PurityPropertyMetaInformation
  4. IndividualProperty
  5. AggregatableValueProperty
  6. Property
  7. PropertyMetaInformation
  8. PropertyKind
  9. AnyRef
  10. 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
    ClassifiedImpurePurity
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def id: Int
    Definition Classes
    PropertyMetaInformation → PropertyKind
  15. def isCompileTimePure: Boolean
    Definition Classes
    Purity
  16. def isDeterministic: Boolean
    Definition Classes
    Purity
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def isOrderedProperty: Boolean
    Definition Classes
    Property
  19. 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
  20. 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
  21. val modifiedParams: IntTrieSet
    Definition Classes
    Purity
  22. def modifiesParameters: Boolean
    Definition Classes
    Purity
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def usesDomainSpecificActions: Boolean
    Definition Classes
    Purity
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  32. val withoutContextual: ClassifiedImpure
    Definition Classes
    ClassifiedImpurePurity

Inherited from Purity

Inherited from Property

Inherited from PropertyMetaInformation

Inherited from PropertyKind

Inherited from AnyRef

Inherited from Any

Ungrouped