145146147148149150151
if (target == null) { return null; } doWorkForFindAll(roots, target, false); return new ASTEnumerator(roots); }
156157158159160161162
if (sub == null) { return null; } doWorkForFindAll(roots, sub, true); return new ASTEnumerator(roots); }