220221222223224225226
return null; } doWorkForFindAll(roots, target, false); // find all matches recursively return new ASTEnumerator(roots); }
238239240241242243244
return null; } doWorkForFindAll(roots, sub, true); // find all matches recursively return new ASTEnumerator(roots); }