!(lambdaExpression.descriptor instanceof ProblemMethodBinding))
this.locator.reportMatching(lambdaExpression, this.enclosingElement, level != null ? level.intValue() : -1, this.nodeSet, this.typeInHierarchy);
else
return true;
} catch (CoreException e) {
throw new WrappedCoreException(e);
}
return false; // Don't visit the children as they get traversed under control of reportMatching.
}