Documentation / @andrew_l/search-query-language / NodeLogicalExpression
Interface: NodeLogicalExpression ​
Extends ​
Properties ​
end ​
end:
number
End positions of the node in the source code.
Inherited from ​
left ​
left:
NodeExpression
Left operand of the logical expression.
operator ​
operator:
LogicalOperator
Operator of the logical expression.
right ​
right:
NodeExpression
Right operand of the logical expression.
start ​
start:
number
Start positions of the node in the source code.
Inherited from ​
type ​
type:
"logical-expression"
Type of the node.