@agentix-e/spel-ts - v2.0.2
    Preparing search index...

    Class OpNot

    Logical negation. The operand must be Boolean.

    Hierarchy (View Summary)

    Index
    children: SpelNodeImpl[]
    endPos: number
    nodeType: NodeType
    operatorName: string
    startPos: number
    • Parameters

      • _state: ExpressionState
      • _newValue: unknown

      Returns void

    • Unary rendering. The inherited implementation assumes a binary shape and would produce (true ! ), which does not parse.

      Returns string