Lines Matching defs:old
616 * This must isolate the new object from any changes to the old object.
618 PropertyDescriptor(PropertyDescriptor old) {
619 super(old);
620 propertyTypeRef = old.propertyTypeRef;
621 readMethodRef = old.readMethodRef;
622 writeMethodRef = old.writeMethodRef;
623 propertyEditorClassRef = old.propertyEditorClassRef;
625 writeMethodName = old.writeMethodName;
626 readMethodName = old.readMethodName;
627 baseName = old.baseName;
629 bound = old.bound;
630 constrained = old.constrained;