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

    The abstract semantics of an abstract domain defined by a declarative SemanticsDefinition, dispatching each visited constant and function call to the semantics defined for it.

    Function calls are dispatched by their qualified name, so that the semantics of a function are only applied if the called function actually originates from the expected namespace. Besides the defined semantics, this provides default semantics for assignments by assigning the abstract value of the source to the assignment target.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index