public class BinaryOperationExpression extends InjectableExpression
| Constructor and Description |
|---|
BinaryOperationExpression(Position position,
Expression leftOperand,
BinaryOperator binaryOperator,
Expression rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
getBinaryOperator() |
Expression |
getLeftOperand() |
Expression |
getRightOperand() |
Expression |
inject(Expression expression) |
getPositionpublic BinaryOperationExpression(Position position, Expression leftOperand, BinaryOperator binaryOperator, Expression rightOperand)
public Expression getLeftOperand()
public BinaryOperator getBinaryOperator()
public Expression getRightOperand()
public Expression inject(Expression expression)
inject in class InjectableExpression