/* */ public Object invokeConstructorCaller(MethodByConInfo info, Object callingObject, Object target, Object[] args)
/* */ throws Throwable
/* */ {
/* 1532 */ MethodCalledByConstructorInvocation invocation = new MethodCalledByConstructorInvocation(info, callingObject, target, args, info.getInterceptors());
/* 1533 */ invocation.setTargetObject(target);
/* 1534 */ return invocation.invokeNext();
/* */ }
/* */
/* */ /** @deprecated */
/* */ public Object invokeConCalledByCon(int callingIndex, Object[] args, CallerConstructorInfo info)
/* */ throws Throwable