public interface Binary extends Expression
BinaryOperatorKind.| Modifier and Type | Method and Description | 
|---|---|
| List<Expression> | getExpressions() | 
| Expression | getLeftOperand() | 
| BinaryOperatorKind | getOperator() | 
| Expression | getRightOperand() | 
acceptBinaryOperatorKind getOperator()
BinaryOperatorKindExpression getLeftOperand()
Expression getRightOperand()
List<Expression> getExpressions()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.