cvsuser     04/02/13 13:46:04

  Modified:    docs/pdds pdd15_objects.pod
  Log:
  Finish up the object op specifications
  
  Revision  Changes    Path
  1.13      +14 -2     parrot/docs/pdds/pdd15_objects.pod
  
  Index: pdd15_objects.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -w -r1.12 -r1.13
  --- pdd15_objects.pod 13 Feb 2004 21:14:12 -0000      1.12
  +++ pdd15_objects.pod 13 Feb 2004 21:46:03 -0000      1.13
  @@ -299,13 +299,25 @@
   
   =item classoffset Ix, Py, Sz
   
  +Returns the offset of the first attribute for class Sz in object Py.
  +
   =item getattr Px, Py, Iz
   
  +Returns attribute Iz of object Py and puts it in Px. Note that the
  +attribute number is an absolute offset.
  +
   =item getattr Px, Py, Sz
   
  -=item setattr Px, Py, Iz
  +Get the attribute with the fully qualified name Sz from object Py and
  +put it in Px.
  +
  +=item setattr Px, Iy, Pz
  +
  +Set the attribute Iy of object Px to Pz
  +
  +=item setattr Px, Sy, Pz
   
  -=item setattr Px, Py, Sz
  +Set the attribute of obbect Px with the fully qualified name Sy to Pz
   
   =item fetchmethod Px, Py, Sz
   
  
  
  

Reply via email to