public static class BinaryOperationCalculator.Request extends RenderRequest
| Constructor and Description |
|---|
Request(RenderRequest request,
Position position,
Expression leftOperand,
Expression rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getLeftOperand() |
Position |
getPosition() |
Expression |
getRightOperand() |
getEnvironment, getRenderContextpublic Request(RenderRequest request, Position position, Expression leftOperand, Expression rightOperand)
public Position getPosition()
public Expression getLeftOperand()
public Expression getRightOperand()