public class NotTestExpressionCalculator extends java.lang.Object implements TestExpressionCalculator<NotTestExpression>
| Constructor and Description |
|---|
NotTestExpressionCalculator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
calculate(RenderRequest request,
Position position,
NotTestExpression test,
Expression argument) |
public java.lang.Object calculate(RenderRequest request, Position position, NotTestExpression test, Expression argument)
calculate in interface TestExpressionCalculator<NotTestExpression>