manpagez: man pages & more
info bigloo
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

10.5.1 Classes handling

No type denotes Bigloo’s classes. These objects are handled by the following library functions:

bigloo procedure: find-class symbol

Returns, if any, the class named symbol.

bigloo procedure: class? obj

Returns #t if and only if obj is a class.

bigloo procedure: class-super class

Returns the super-class of class.

bigloo procedure: class-subclasses class

Returns the subclasses of class.

bigloo procedure: class-name class

Returns the name (a symbol) of class.

bigloo procedure: object-constructor class

Returns class’s constructor.

bigloo procedure: object-class object

Returns the class that object belongs to.


This document was generated on October 23, 2011 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.