cvsuser     03/03/21 07:54:10

  Modified:    docs/pdds pdd15_objects.pod
  Log:
  more edits
  
  Revision  Changes    Path
  1.7       +30 -1     parrot/docs/pdds/pdd15_objects.pod
  
  Index: pdd15_objects.pod
  ===================================================================
  RCS file: /cvs/public/parrot/docs/pdds/pdd15_objects.pod,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -w -r1.6 -r1.7
  --- pdd15_objects.pod 18 Mar 2003 21:49:25 -0000      1.6
  +++ pdd15_objects.pod 21 Mar 2003 15:54:10 -0000      1.7
  @@ -136,7 +136,7 @@
   
   Checks to see if the PMC can implement the interface
   
  -=item Check if a PMC is a member of or child of a class
  +=item Check if a PMC is a member or child of a class
   
   Checks to see if the PMC is a member of, or child of, a
   particular class.
  @@ -151,8 +151,37 @@
   this base object, and thus behave like a base object. If the bit's
   not set, it's not safe to assume so.
   
  +=over 4
  +
  +=item Get attribute 
  +
  +Fetch the value for an attribute from the object's attribute catalog
  +
  +=item Set attribute
  +
  +Set the value of an object's attribute slot
  +
  +=item get attribute catalog
  +
  +Get the catalog of attrbutes. This is a hash of classes and attribute
  +offsets for the fixed attributes, and a 
  +
  +=item get class base offset
  +
  +=back
  +
   =head2 Classes
   
  +Default classes are objects of class Class. Like the object
  +internals, classes aren't required as such by parrot.
  +
  +Classes all have the following attributes:
  +
  +=over 4
  +
  +=item ISA
  +
  +=back
   
   =head1 IMPLEMENTATION
   
  
  
  

Reply via email to