Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ObjectWithDocumentation
Last updated at 10:05 am UTC on 10 October 2019
 Object subclass: #ObjectWithDocumentation
	instanceVariableNames: 'authoringStamp properties elementSymbol naturalLanguageTranslations'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Protocols-Kernel'

Class comment:

ObjectWithDocumentation - an abstract superclass for objects that allows maintenance of an authoring stamp, a body of documentation, and a properties dictionary.
The Properties implementation has not happened yet – it would closely mirror the implementation of properties in the MorphExtension, for example.

 ObjectWithDocumentation subclasses {Variable . ElementCategory . ResultSpecification . Vocabulary . MethodInterface}