public interface BinaryExpression extends Expression
| Modifier and Type | Interface and Description |
|---|---|
static class |
BinaryExpression.Operation |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftOperationExpression()
Returns an
Expression subtree of the left operation. |
BinaryExpression.Operation |
getOperation()
Returns the binary expression's operation.
|
Expression |
getRightOperationExpression()
Returns an
Expression subtree of the right operation. |
acceptExpression getLeftOperationExpression()
Expression subtree of the left operation.BinaryExpression.Operation getOperation()
Expression getRightOperationExpression()
Expression subtree of the right operation.