Skip to content

Interface WhileNode

Source: shellAST.ts

Represents a while loop structure.

Extends

Properties

condition

condition: ExecutableNode

Inherited from

BaseConditionNode.condition


redirections?

optional redirections?: RedirectionNode[]

An optional list of redirections to apply to this execution unit.

Inherited from

BaseLoopNode.redirections


body

body: Block

The block to execute for every iteration.

Inherited from

BaseLoopNode.body


type

type: While

The type of this node.

Overrides

BaseLoopNode.type

Built by Prozilla