A logical binary operation expression.
Initializer |
LogicalOperation() |
Attributes | |
children | Source Codeshared formal [DisjoiningExpression, ConjoiningExpression] children The child nodes of this node. |
leftOperand | Source Codeshared formal DisjoiningExpression leftOperand The left operand. Refines BinaryOperation.leftOperand |
rightOperand | Source Codeshared formal ConjoiningExpression rightOperand The right operand. Refines BinaryOperation.rightOperand |
Inherited Attributes |
Attributes inherited from: BinaryOperation |
Attributes inherited from: Expression |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Attributes inherited from: Operation |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |