Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
ClassCategoryReader
Last updated at 7:57 pm UTC on 10 January 2022
 Object subclass: #ClassCategoryReader
	instanceVariableNames: 'class category changeStamp'
 	classVariableNames: ''
       poolDictionaries: ''
	category: 'Kernel-Classes'

Class comment (3.5 image):

I represent a mechanism for retrieving class descriptions stored on a file.

Subclass is ClassCommentReader