Re: get class of a method
Re: get class of a method
- Subject: Re: get class of a method
- From: Kyle Sluder <email@hidden>
- Date: Sun, 22 Feb 2015 09:30:36 -0800
> On Feb 22, 2015, at 4:41 AM, BareFeetWare <email@hidden> wrote:
>
> However, the returnType is just a char that is set to "@" for all classes. I want to know which class is returned.
The compiler does not preserve this information. It also does not preserve the static types of method arguments.
The compiler does keep type info for properties, but that’s not actually documented.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden