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.

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

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def eagerFactories: Iterable[FPCFEagerAnalysisScheduler]

    Returns the current view of the registry for eager factories.

  9. def eagerFactory(id: String): FPCFEagerAnalysisScheduler

    Returns the eager factory for analysis with a matching description.

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def lazyFactories: Iterable[FPCFLazyAnalysisScheduler]

    Returns the current view of the registry for lazy factories.

  17. def lazyFactory(id: String): FPCFLazyAnalysisScheduler

    Returns the lazy factory for analysis with a matching description.

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def register(analysisID: String, analysisDescription: String, analysisFactory: String, lazyFactory: 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.

    lazyFactory

    Register the analysis factory as lazy analysis factory.

  22. def registerFromConfig(): Unit
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped