[cfe-dev] Objective-C declaration property attributes in libclang?
Fariborz Jahanian
fjahanian at apple.com
Sat Aug 4 09:38:05 PDT 2012
Isn't there Cocoa Introspection API to get such info. at runtime?
- Fariborz
On Aug 4, 2012, at 9:07 AM, Jacob Carlborg wrote:
> Are Objective-C property declaration attributes accessible in libclang?
> For example:
>
> @interface Foo
>
> @property(readonly) int foo;
>
> @end
>
> In the above example, is it possible to get information if "foo" is
> "readonly" or not?
>
> --
> /Jacob Carlborg
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list