[Newbies] selectors for an array of classes

2011-07-03 Thread Jonathan Wright
Hello, I am trying to read the methods of several classes. I am getting a messagenotunderstood for the following code: TempObject := #(OrderedCollection Integer). TempObject do: [ :iClass | iClass selectorsDo: [ :item | item.]]. I

Re: [Newbies] selectors for an array of classes

2011-07-03 Thread Bert Freudenberg
On 03.07.2011, at 18:35, Jonathan Wright wrote: > > Hello, > > I am trying to read the methods of several classes. I am getting a > messagenotunderstood for the following code: > > TempObject := #(OrderedCollection Integer). > TempObject do: [ :iClass | > iClass sel

Re: [Newbies] selectors for an array of classes

2011-07-03 Thread Jonathan Wright
On Sun, 3 Jul 2011 18:47:09 +0200 Bert Freudenberg wrote: > On 03.07.2011, at 18:35, Jonathan Wright wrote: > > > > > Hello, > > > > I am trying to read the methods of several classes. I am getting a > > messagenotunderstood for the following code: > > > > TempObject := #(OrderedCollection I

Re: [Newbies] selectors for an array of classes

2011-07-04 Thread Bert Freudenberg
On 03.07.2011, at 19:48, Jonathan Wright wrote: > On Sun, 3 Jul 2011 18:47:09 +0200 > Bert Freudenberg wrote: > >> On 03.07.2011, at 18:35, Jonathan Wright wrote: >> >>> >>> Hello, >>> >>> I am trying to read the methods of several classes. I am getting a >>> messagenotunderstood for the fo