How do I output a class/catagory as a '.st' file from code ?

Aaron Gray angray at beeb.net
Wed Dec 8 17:01:34 UTC 2004


>> How do I output a Squeak class as a '.st' class file from a workspace or
>> method ?
> (Smalltalk at: #Collection) fileOut
>
>> And how do I do the same thing for a catagory ?
> SystemOrganization fileOutCategory: 'Collections-Abstract'
>>
>
> Hope that helps,

Great thanks, I was having problems finding out how to do that, probably 
because it was not too obvious !

Are there methods to enumerate catagories and classes in a catagory ?

Cheers,

Aaron





More information about the Squeak-dev mailing list