Skip to content

Interface LogicalNode

Source: shellAST.ts

Represents logical execution flow (&& or ||).

Extends

Properties

redirections?

optional redirections?: RedirectionNode[]

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

Inherited from

BaseRedirectionNode.redirections


type

type: Logical

The type of this node.

Overrides

BaseRedirectionNode.type


left

left: ExecutableNode


operator

operator: "&&" | "||"


right: ExecutableNode

Built by Prozilla