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.
- Alphabetic
- By Inheritance
- FPCFAnalysesRegistry
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )