throw new RuntimeException("inflated expression has anonymous which is not inflated: " + expr);
}
String pattern = expr.substring(6, expr.length()-1);
CflowExpressionContext ctx = (CflowExpressionContext)data;
CflowExpression cflowExpr = ctx.getNamespace().createCflowExpression(pattern, "", "");
return new Boolean(cflowExpr.matchCflow(ctx.getClassNameMethodMetaDataTuples()));
}
//------------------------
}