Interface BaseLoopNode
Source: shellAST.ts
Represents a node that repeatedly executes a block of code.
Extends
Extended by
Properties
type
type:
NodeType
The type of this node.
Inherited from
redirections?
optionalredirections?:RedirectionNode[]
An optional list of redirections to apply to this execution unit.
Inherited from
BaseRedirectionNode.redirections
body
body:
Block
The block to execute for every iteration.