cvsuser 04/02/25 06:57:51
Modified: docs/pdds pdd15_objects.pod Log: Note the stuff that's not going in for 0.1.0 Revision Changes Path 1.25 +5 -5 parrot/docs/pdds/pdd15_objects.pod Index: pdd15_objects.pod =================================================================== RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v retrieving revision 1.24 retrieving revision 1.25 diff -u -w -r1.24 -r1.25 --- pdd15_objects.pod 24 Feb 2004 20:17:19 -0000 1.24 +++ pdd15_objects.pod 25 Feb 2004 14:57:51 -0000 1.25 @@ -310,7 +310,7 @@ Returns attribute Iz of object Py and puts it in Px. Note that the attribute number is an absolute offset. -=item getattribute Px, Py, Sz +=item getattribute Px, Py, Sz (Unimplemented) Get the attribute with the fully qualified name Sz from object Py and put it in Px. @@ -319,7 +319,7 @@ Set the attribute Iy of object Px to Pz -=item setattribute Px, Sy, Pz +=item setattribute Px, Sy, Pz (Unimplemented) Set the attribute of object Px with the fully qualified name Sy to Pz @@ -369,7 +369,7 @@ Px. Adds any attributes of Py (and its parent classes) that aren't already in Px. -=item removeparent Px, Py +=item removeparent Px, Py (Unimplemented) Remove class Py from the parent list of Px. All parent classes of Py which aren't parent classes of what remains of Px's parent list are @@ -381,12 +381,12 @@ objects of class Px and children of class Px, with a default value of C<Null>. -=item removeattribute Px, Sy +=item removeattribute Px, Sy (Unimplemented) Remove the attribute Sy from class Px, all objects of class Px, and all objects of a child of class Px. -=item instantiate Px, Py, Sz +=item instantiate Px, Py, Sz (Unimplemented) Instantiate a brand new class, based on the metadata in Py, named Sz.
