@agentix-e/spel-ts - v1.2.2
    Preparing search index...

    Class OperatorAbstract

    Hierarchy (View Summary)

    Index
    children: SpelNodeImpl[]
    endPos: number
    nodeType: NodeType
    operatorName: string
    startPos: number
    • Get the operator symbol/name (e.g., '+', '==', 'and')

      Returns string

    • Parameters

      • _state: ExpressionState
      • _newValue: unknown

      Returns void