A state abstract domain as mapping of AST node IDs of a program 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 mapped AST node ID to Top.

NodeId for the node IDs of the AST nodes

Type Parameters

  • Domain extends AbstractDomain<unknown, unknown, unknown, unknown>

    Type of the abstract domain to map the AST node IDs to

Hierarchy (View Summary)

Implements

Hierarchy-Diagram

UML class diagram of StateAbstractDomain

Constructors

Accessors

Methods