Exemplo n.º 1
0
 public SVDBFindNamedClass(ISVDBIndexIterator index_it) {
   this(index_it, SVDBFindDefaultNameMatcher.getDefault());
 }
Exemplo n.º 2
0
 public SVDBFindByNameInScopes(ISVDBIndexIterator index_it) {
   fMatcher = SVDBFindDefaultNameMatcher.getDefault();
   fLog = LogFactory.getLogHandle("SVDBFindByNameInScopes");
   fIndexIt = index_it;
 }