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