[prev] [up]

Classes and Metaclass

Smalltalk/X provides a Class and Metaclass hierarchy comparable to other smalltalk implementations. This means, that all the meta knowledge is available at runtime. New classes can be created, methods be defined or removed etc.
This functionality is provided both for machine-compiled and for interpreted bytecode classes/methods.

The most interesting classes are:

Most programmers never manipulate the class hierarchy programmatically; changes are typically made with the browser or by loading classes from either source files or binary compiled code files.

Use the systemBrowser to have a more detailed look into the implementation.


Copyright © 1996 Claus Gittinger Development & Consulting

<info@exept.de>

Doc $Revision: 1.16 $ $Date: 2003/01/28 15:44:18 $