A logical binary operation expression.
Initializer |
LogicalOperation() |
Attributes | |
children | shared formal [DisjoiningExpression, ConjoiningExpression] children The child nodes of this node. |
leftOperand | shared formal DisjoiningExpression leftOperand The left operand. Refines BinaryOperation.leftOperand |
rightOperand | shared 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 |