Lines Matching defs:old
254 * This must isolate the new object from any changes to the old object.
256 FeatureDescriptor(FeatureDescriptor old) {
257 expert = old.expert;
258 hidden = old.hidden;
259 preferred = old.preferred;
260 name = old.name;
261 shortDescription = old.shortDescription;
262 displayName = old.displayName;
263 classRef = old.classRef;
265 addTable(old.table);