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