Interface ArithmeticExpansionNode
Source: shellAST.ts
Represents an arithmetic expansion (e.g., $(( i++ ))).
Extends
Properties
type
type:
ArithmeticExpansion
The type of this node.
Overrides
content
content:
ArithmeticNode