/* */ public Set<ScopeKey> getChildren(ScopeKey key)
/* */ {
/* 89 */ if (key == null) {
/* 90 */ return this.retrievals.keySet();
/* */ }
/* 92 */ ChildrenMetaDataRepositoryVisitor visitor = new ChildrenMetaDataRepositoryVisitor(key);
/* 93 */ return matchScopes(visitor);
/* */ }