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