public interface BinaryExpression extends Expression
Modifier and Type | Interface and Description |
---|---|
static class |
BinaryExpression.Operation |
Modifier and Type | Method and Description |
---|---|
Expression |
getLeftOperationExpression()
Returns a Expression sub tree of the left operation.
|
BinaryExpression.Operation |
getOperation()
Returns the operation of the binary Expression.
|
Expression |
getRightOperationExpression()
Returns a Expression sub tree of the right operation.
|
accept
Expression getLeftOperationExpression()
BinaryExpression.Operation getOperation()
Expression getRightOperationExpression()