/* 448 */ if (binfo != null) {
/* 449 */ Bind binding = (Bind)AnnotationProxy.createProxy(binfo, Bind.class);
/* 450 */ String pointcutString = binding.pointcut();
/* 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();
/* */ }
/* */