Package com.powsybl.dsl.ast
Class LogicalBinaryOperatorNode
java.lang.Object
com.powsybl.dsl.ast.AbstractBinaryOperatorNode
com.powsybl.dsl.ast.LogicalBinaryOperatorNode
- All Implemented Interfaces:
ExpressionNode
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Field Summary
Fields inherited from class com.powsybl.dsl.ast.AbstractBinaryOperatorNode
left, right
-
Constructor Summary
ConstructorDescriptionLogicalBinaryOperatorNode
(ExpressionNode left, ExpressionNode right, LogicalBinaryOperator operator) -
Method Summary
Methods inherited from class com.powsybl.dsl.ast.AbstractBinaryOperatorNode
getLeft, getRight
-
Constructor Details
-
LogicalBinaryOperatorNode
public LogicalBinaryOperatorNode(ExpressionNode left, ExpressionNode right, LogicalBinaryOperator operator)
-
-
Method Details
-
getOperator
-
accept
-