Packages

o

org.opalj.fpcf

PropertyStoreKey

object PropertyStoreKey extends ProjectInformationKey[Project, PropertyStore, (List[PropertyStoreContext[AnyRef]]) => PropertyStore]

The key object to get the project's org.opalj.fpcf.PropertyStore.

Source
PropertyStoreKey.scala
Note

It is possible to set the project's debug flag using the project's org.opalj.br.analyses.PropertyStore.debug config key.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PropertyStoreKey
  2. ProjectInformationKey
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. def compute(project: Project): PropertyStore

    Creates a new empty property store using the current parallelismLevel.

    Creates a new empty property store using the current parallelismLevel.

    Definition Classes
    PropertyStoreKeyProjectInformationKey
  7. final val configKey: String("org.opalj.fpcf.PropertyStore.Default")
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. var parallelismLevel: Int

    Used to specify the number of threads the property store should use.

    Used to specify the number of threads the property store should use. This value is read only once when the property store is created.

    The value must be larger than 0 and should be smaller or equal to the number of (hyperthreaded) cores.

  17. def requirements(project: Project): Seq[ProjectInformationKey[Project, Nothing, Nothing]]

    The PropertyStoreKey has no special prerequisites.

    The PropertyStoreKey has no special prerequisites.

    returns

    Nil.

    Definition Classes
    PropertyStoreKeyProjectInformationKey
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final val uniqueId: Int

    The unique id of this key.

    The unique id of this key. The key is used to enable efficient access and is automatically assigned by OPAL and will not change after that.

    Definition Classes
    ProjectInformationKey
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped