Smalltalk/X WebserverDocumentation of class 'PrivateMetaclass': | |
Class: PrivateMetaclassInheritance:Object | +--Behavior | +--ClassDescription | +--Metaclass | +--PrivateMetaclass
Description:A PrivateMetaclass is much like a regular Metaclass, but it is only visible (known) to some owningClass (which is also true for the PrivateMetaclasses sole instance). Its sourceCode, package and revision is forced to be the same as the owning classes'. Therefore, privateClasses delegate some queries to their owning class. Caution: support for private classes is an ST/X special feature. This mechanism may not be provided by other smalltalk systems, making your code unportable. (However, private classes can be simulated pretty easily, using classVariables or classInstance variables ...) Instance protocol:accessing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 09:41:58 GMT |