Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
MCClassDefinition
Last updated at 1:25 pm UTC on 26 June 2018
 MCDefinition subclass: #MCClassDefinition
 	instanceVariableNames: 'name superclassName variables category type comment commentStamp traitComposition classTraitComposition'
 	classVariableNames: ''
 	poolDictionaries: ''
 	category: 'Monticello-Modeling'


Example queries:

 MCClassDefinition allInstances inspect


 (MCClassDefinition allInstances collect: [:clsDef | clsDef type]) asBag sortedCounts printString 
       '{6189->#normal . 22->#bytes . 10->#words . 8->#variable . 3->#weak . 1->#longs . 1->#immediate . 1->#shorts}'