Class PlainObjectMetaMethodSite

    • Constructor Detail

      • PlainObjectMetaMethodSite

        public PlainObjectMetaMethodSite​(CallSite site,
                                         MetaClass metaClass,
                                         MetaMethod metaMethod,
                                         java.lang.Class[] params)
    • Method Detail

      • doInvoke

        protected static java.lang.Object doInvoke​(java.lang.Object receiver,
                                                   java.lang.Object[] args,
                                                   java.lang.reflect.Method reflect)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable