Package

org.opalj.ai

common

Permalink

package common

Visibility
  1. Public
  2. All

Value Members

  1. object DomainRegistry

    Permalink

    Registry for all domains that can be instantiated given a Project, ClassFile and Method object.

    Registry for all domains that can be instantiated given a Project, ClassFile and Method object.

    The registry was developed to support tools for debugging purposes that let the user/developer choose between different domains. After choosing a domain, an abstract interpretation can be performed.

    The compatible domains that are part of OPAL are already registered.

    Thread Safety

    The registry is thread safe.

  2. object XHTML

    Permalink

    Several utility methods to facilitate the development of the abstract interpreter/ new domains for the abstract interpreter, by creating various kinds of dumps of the state of the interpreter.

    Several utility methods to facilitate the development of the abstract interpreter/ new domains for the abstract interpreter, by creating various kinds of dumps of the state of the interpreter.

    Thread Safety

    This object is thread-safe.

Ungrouped