public class DateGetSecondsMethod extends Object implements InvocationEvaluator
| Constructor and Description |
|---|
DateGetSecondsMethod() |
| 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)
InvocationEvaluatorevaluate in interface InvocationEvaluatorexpr - The expression for invocationinvokedValue - Value on which we are invokingeval - The overall evaluator for in-memoryCopyright © 2017. All rights reserved.