Interface BaseConditionNode
Source: shellAST.ts
An abstract node that uses a condition.
Extends
Extended by
Properties
type
type:
NodeType
The type of this node.
Inherited from
condition
condition:
ExecutableNode
BaseConditionNode Source: shellAST.ts
An abstract node that uses a condition.
type:
NodeType
The type of this node.
condition:
ExecutableNode