A mapped abstract domain as mapping of keys to abstract values of an abstract domain. The Bottom element is defined as empty mapping and the Top element is defined as mapping every existing key to Top.

Type Parameters

  • Key

    Type of the keys of the mapping to abstract values

  • Domain extends AnyAbstractDomain

    Type of the abstract domain to map the keys to

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of MappedAbstractDomain

Constructors

Properties

_value: ReadonlyMap

Accessors

Methods