Le 31 janv. 2010 à 14:09, David Chisnall a écrit :

> On 15 Jan 2010, at 23:07, Quentin Mathé wrote:
>
>> You can retrieve the method names now with:
>> (ETReflection reflectClass: object class) allMethodMirrors
>> mappedCollection name
>>
>> Feel free to add shortcuts -methodNames abd -allMethodNames to
>> ETClassMirror, so we can do:
>> (ETReflection reflectClass: object class) allMethodNames.
>
> Looking at the code, I am a bit confused.  The mirror merges class  
> and instance methods into the same blob.  Shouldn't the class mirror  
> only return instance method mirrors and the metaclass mirror return  
> class method mirrors?

Yes. It makes more sense as you suggest.
Eric, is there any special reason behind the current choice?

Cheers,
Quentin.
_______________________________________________
Etoile-dev mailing list
Etoile-dev@gna.org
https://mail.gna.org/listinfo/etoile-dev

Reply via email to