String cflow = binding.cflow();
if (cflow == null || cflow.trim().equals("")) cflow = null;
ASTCFlowExpression cflowExpression = null;
if (cflow != null)
{
cflowExpression = new PointcutExpressionParser(new StringReader(cflow)).CFlowExpression();
}
org.jboss.aop.advice.AdviceType internalAdviceType = getInternalAdviceType(binding.type());
AdviceFactory factory = null;