public class BinaryOperation extends AbstractOperation
| Constructor and Description |
|---|
BinaryOperation(String operator,
Expression lhsOperand,
Expression rhsOperand) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLhsOperand() |
Expression |
getRhsOperand() |
getOperatorStringpublic BinaryOperation(String operator, Expression lhsOperand, Expression rhsOperand)
public Expression getLhsOperand()
public Expression getRhsOperand()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.