Interface LogicalNode
Source: shellAST.ts
Represents logical execution flow (&& or ||).
Extends
Properties
redirections?
optionalredirections?: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
left
left:
ExecutableNode
operator
operator:
"&&"| "||"
right
right:
ExecutableNode