/* */
/* */ public Object invokeCaller(MethodByMethodInfo info, Object callingObject, Object target, Object[] args) throws Throwable
/* */ {
/* 1476 */ MethodCalledByMethodInvocation invocation = new MethodCalledByMethodInvocation(info, callingObject, target, args, info.getInterceptors());
/* 1477 */ invocation.setTargetObject(target);
/* 1478 */ return invocation.invokeNext();
/* */ }
/* */
/* */ /** @deprecated */
/* */ public Object invokeConCalledByMethod(long callingMethodHash, Object[] args, CallerConstructorInfo info, Object callingObject)
/* */ throws Throwable