Skip to content

Interface ArithmeticExpansionNode

Source: shellAST.ts

Represents an arithmetic expansion (e.g., $(( i++ ))).

Extends

Properties

type

type: ArithmeticExpansion

The type of this node.

Overrides

BaseNode.type


content

content: ArithmeticNode

Built by Prozilla