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