Interface WhileNode
Source: shellAST.ts
Represents a while loop structure.
Extends
Properties
condition
condition:
ExecutableNode
Inherited from
redirections?
optionalredirections?:RedirectionNode[]
An optional list of redirections to apply to this execution unit.
Inherited from
body
body:
Block
The block to execute for every iteration.
Inherited from
type
type:
While
The type of this node.