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

    Class IntLiteral

    An unsuffixed integer literal.

    SpEL types it as an int whatever its magnitude — the tokenizer rejects a literal that does not fit, as Spring does — so the numeric kind is fixed. It previously followed the magnitude, which made 2147483904 a long and, in the other direction, left the int arithmetic wrap reachable for values Spring never reaches.

    Hierarchy (View Summary)

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

      • _state: ExpressionState
      • _newValue: unknown

      Returns void