// the following is for performance reasons.
if (pointcut instanceof PointcutExpression)
{
PointcutExpression expr = (PointcutExpression) pointcut;
expr.setManager(this);
PointcutStats stats = expr.getStats();
updateStats(stats);
}
else
{
// can't be sure so set all