523524525526527528529530531532533
PointcutExpressionParser t = new PointcutExpressionParser(reader); try { ASTStart n = t.Start(); PointcutExpressionParserVisitor v = new EmptyPointcutVisitor(); n.jjtAccept(v, null); if (expectFailure) { failures.add("- Should not have passed: " + pointcut); }