public SVDBFindNamedClass(ISVDBIndexIterator index_it) {
   this(index_it, SVDBFindDefaultNameMatcher.getDefault());
 }
 public SVDBFindByNameInScopes(ISVDBIndexIterator index_it) {
   fMatcher = SVDBFindDefaultNameMatcher.getDefault();
   fLog = LogFactory.getLogHandle("SVDBFindByNameInScopes");
   fIndexIt = index_it;
 }