Packages

o

org.opalj.fpcf

FPCFAnalysesRegistry

object FPCFAnalysesRegistry

Registry for all factories for analyses that are implemented using the fixpoint computations framework (FPCF).

The registry primarily serves as a central container that can be queried by subsequent tools.

The analyses that are part of OPAL are already registered.

Source
FPCFAnalysesRegistry.scala
Note

Analysis schedules can be computed using the PropertiesComputationsScheduler.

Thread Safety

The registry is thread safe.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FPCFAnalysesRegistry
  2. AnyRef
  3. 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. def analysisDescriptions(): Iterable[String]

    Returns the descriptions of the registered analyses.

    Returns the descriptions of the registered analyses. These descriptions are expected to be useful to the end-users.

  5. def analysisIDs(): Iterable[String]

    Returns the ids of the registered analyses.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def defaultAnalysis(property: PropertyBounds): Option[ComputationSpecification[FPCFAnalysis]]
  9. def eagerFactories: Iterable[FPCFEagerAnalysisScheduler[_]]

    Returns the current view of the registry for eager factories.

  10. def eagerFactory(id: String): FPCFEagerAnalysisScheduler[_]

    Returns the eager factory for analysis with a matching description.

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def factory(id: String): FPCFAnalysisScheduler[_]

    Returns the most suitable factory for analysis with a matching description.

  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lazyFactories: Iterable[FPCFLazyAnalysisScheduler[_]]

    Returns the current view of the registry for lazy factories.

  18. def lazyFactory(id: String): FPCFLazyAnalysisScheduler[_]

    Returns the lazy factory for analysis with a matching description.

  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def register(analysisID: String, analysisDescription: String, analysisFactory: String, factoryType: String, default: Boolean): Unit

    Registers the factory of a fixpoint analysis that can be used to compute a specific (set of) property(ies).

    Registers the factory of a fixpoint analysis that can be used to compute a specific (set of) property(ies).

    analysisDescription

    A short description of the analysis and the properties that the analysis computes; in particular w.r.t. a specific set of entities.

    analysisFactory

    The factory.

  23. def registerFromConfig(): Unit
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def triggeredFactories: Iterable[FPCFTriggeredAnalysisScheduler[_]]

    Returns the current view of the registry for triggered factories.

  27. def triggeredFactory(id: String): FPCFTriggeredAnalysisScheduler[_]

    Returns the triggered factory for analysis with a matching description.

  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. 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