public class YearMonthGetMonthValue extends Object implements InvocationEvaluator
Constructor and Description |
---|
YearMonthGetMonthValue() |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(InvokeExpression expr,
Object invokedValue,
InMemoryExpressionEvaluator eval)
Method to evaluate the InvokeExpression, as part of the overall evaluation
defined by the InMemoryExpressionEvaluator.
|
public Object evaluate(InvokeExpression expr, Object invokedValue, InMemoryExpressionEvaluator eval)
InvocationEvaluator
evaluate
in interface InvocationEvaluator
expr
- The expression for invocationinvokedValue
- Value on which we are invokingeval
- The overall evaluator for in-memoryCopyright © 2019. All rights reserved.