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.
- Alphabetic
- By Inheritance
- FPCFAnalysesRegistry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- def analysisIDs(): Iterable[String]
Returns the ids of the registered analyses.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def eagerFactories: Iterable[FPCFEagerAnalysisScheduler]
Returns the current view of the registry for eager factories.
- def eagerFactory(id: String): FPCFEagerAnalysisScheduler
Returns the eager factory for analysis with a matching description.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lazyFactories: Iterable[FPCFLazyAnalysisScheduler]
Returns the current view of the registry for lazy factories.
- def lazyFactory(id: String): FPCFLazyAnalysisScheduler
Returns the lazy factory for analysis with a matching description.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- 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.
- def registerFromConfig(): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated