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