/* 1162 */ if (binding.getCFlow() != null)
/* */ {
/* 1164 */ ArrayList cflowChain = new ArrayList();
/* 1165 */ createInterceptorChain(binding.getInterceptorFactories(), cflowChain, joinpoint);
/* 1166 */ Interceptor[] cflowInterceptors = (Interceptor[])(Interceptor[])cflowChain.toArray(new Interceptor[cflowChain.size()]);
/* 1167 */ curr.add(new CFlowInterceptor(binding.getCFlowString(), binding.getCFlow(), cflowInterceptors));
/* */ }
/* */ else
/* */ {
/* 1171 */ createInterceptorChain(binding.getInterceptorFactories(), curr, joinpoint);
/* */ }