Class ClosureInvocationHandler

    • Method Detail

      • doInvoke

        protected java.lang.Object doInvoke​(java.lang.reflect.Method method,
                                            java.lang.Object[] args)
                                     throws java.lang.Throwable
        Specified by:
        doInvoke in class AbstractClosureInvocationHandler
        Throws:
        java.lang.Throwable
      • initializeClosureParameters

        protected void initializeClosureParameters​(IEvaluationContext context,
                                                   java.lang.Object[] args)