Next: Bag, Previous: Association, Up: Base classes [Index]
I am not a part of the normal Smalltalk kernel class system. I provide the ability to do late ("on-demand") loading of class definitions. Through me, you can define any class to be loaded when any message is sent to the class itself (such as to create an instance) or to its metaclass (such as #methodsFor: to extend it with class-side methods).
• Autoload class-instance creation: | (class) | |
• Autoload-accessing: | (instance) |