/* 79 */ ScopeKey scopeKey = ScopeKey.DEFAULT_SCOPE.clone();
/* 80 */ scopeKey.addScope(CommonLevels.INSTANCE, name.toString());
/* 81 */ if (className != null) {
/* 82 */ scopeKey.addScope(CommonLevels.CLASS, className);
/* */ }
/* 84 */ scopeKey.addScope(CommonLevels.WORK, String.valueOf(hashCode()));
/* 85 */ setScope(scopeKey);
/* 86 */ setMutableScope(new ScopeKey(CommonLevels.INSTANCE, name.toString()));
/* */ }
/* */
/* */ public AbstractScopeInfo(ScopeKey key, ScopeKey mutable)