/* 451 */ String cflow = binding.cflow();
/* 452 */ if ((cflow == null) || (cflow.trim().equals(""))) cflow = null;
/* 453 */ ASTCFlowExpression cflowExpression = null;
/* 454 */ if (cflow != null)
/* */ {
/* 456 */ cflowExpression = new PointcutExpressionParser(new StringReader(cflow)).CFlowExpression();
/* */ }
/* */
/* 460 */ org.jboss.aop.advice.AdviceType internalAdviceType = getInternalAdviceType(binding.type());
/* 461 */ AdviceFactory factory = null;
/* 462 */ if (internalAdviceType == org.jboss.aop.advice.AdviceType.AROUND)