discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: objc-runtime - methodLists not in Class


From: Tobias
Subject: Re: objc-runtime - methodLists not in Class
Date: Mon, 12 May 2003 16:31:42 +0200
User-agent: KMail/1.5.1

> >a)
> >in 'obc-class' definition, there is a field, which is defined as
> >
> >struct objc_method_list** methodLists;
>
>   There is a objc_method_list in gcc/.../objc/objc-api.h,
>   which is also be defined as MethodList and *MethodList_t.

thx for help yen-ju, but i meant it in this way:

next/apple runtime

'aClass->MethodLists' would return a (objc_method_list**), that contains all 
messages, to which the class will respond (including superclasses' messages)

i think i will simply walk down the class tree, and see what happens ;)

not that convenient, but will work.

btw: why is gnu's runtime so less user-friendly as apples.
im not talking about upperOrLowerCase and_what_i_prefer, but about cache 
management (sarray is not documented, as it seems and is a bit obscure for 
me), about all this.
pls, flame me privately about this.

~ibotty




reply via email to

[Prev in Thread] Current Thread [Next in Thread]