コード例 #1
0
 public ScopeSet(ScopeSet set) {
   this(set.getName() + "_new"); // $NON-NLS-1$
   copyFrom(set);
 }