Class MonthDayGetDayOfMonth

  • All Implemented Interfaces:
    InvocationEvaluator

    public class MonthDayGetDayOfMonth
    extends java.lang.Object
    implements InvocationEvaluator
    Evaluator for the method "{monthDayExpr}.getDayOfMonth()".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object evaluate​(InvokeExpression expr, java.lang.Object invokedValue, InMemoryExpressionEvaluator eval)
      Method to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MonthDayGetDayOfMonth

        public MonthDayGetDayOfMonth()
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(InvokeExpression expr,
                                         java.lang.Object invokedValue,
                                         InMemoryExpressionEvaluator eval)
        Description copied from interface: InvocationEvaluator
        Method to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator.
        Specified by:
        evaluate in interface InvocationEvaluator
        Parameters:
        expr - The expression for invocation
        invokedValue - Value on which we are invoking
        eval - The overall evaluator for in-memory
        Returns:
        The result