/* 799 */ info.clear();
/* 800 */ Iterator it = bindings.iterator();
/* 801 */ while (it.hasNext())
/* */ {
/* 803 */ AdviceBinding binding = (AdviceBinding)it.next();
/* 804 */ pointcutResolved(info, binding, new ConstructorCalledByConstructorJoinpoint(info.getCallingConstructor(), info.getConstructor()));
/* */ }
/* 806 */ finalizeConCalledByConInterceptorChain(info);
/* */ }