prev back

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 interresting are:

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

Copyright © Claus Gittinger Development & Consulting, all rights reserved

(cg@ssw.de)