Skip to content

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

BaseRedirectionNode.type


redirections?

optional redirections?: 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.

Built by Prozilla