@eagleoutice/flowr - v2.10.4
    Preparing search index...

    A multi-value abstract domain as a (partial) product domain that combines multiple abstract domains. The Bottom element is defined as mapping every sub abstract domain to Bottom and the Top element is defined as having no sub abstract domain value.

    MultiValueStateDomain for a state abstract domain of a multi-value domain

    Type Parameters

    • Product extends AbstractProduct

      Type of the abstract product of the multi-value domain combining multiple abstract values

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of MultiValueDomain
    Index

    Constructors

    Properties

    _value: Product
    domain: Required<Product>
    reductions: readonly Reduction<Product>[]

    Accessors

    Methods