Packages

o

org.opalj.fpcf

PropertyIsNotComputedByAnyAnalysis

case object PropertyIsNotComputedByAnyAnalysis extends FallbackReason with Product with Serializable

The fallback is used, because the property was queried, but was not explicitly computed in the past, is not computed now and will also not be computed in the future.

Source
FallbackReason.scala
Linear Supertypes
Serializable, Product, Equals, FallbackReason, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyIsNotComputedByAnyAnalysis
  2. Serializable
  3. Product
  4. Equals
  5. FallbackReason
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def propertyIsNotComputedByAnyAnalysis: Boolean
  4. def propertyIsNotDerivedByPreviouslyExecutedAnalysis: Boolean