How to get class method names within a protocol

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to get class method names within a protocol

Maarten Mostert-2
Hi,

Does anyone know how to get the list of class methods within a protocol of a Class.

Thanks in advance.

@+Maarten,


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: How to get class method names within a protocol

Karsten Kusche
try that:

aClass classBehavior organization listAtCategoryNamed:#’instance-creation'

Kind Regards
Karsten



-- 
Karsten Kusche - Dipl. Inf. (FH) - [hidden email]
Georg Heeg eK - Köthen
Handelsregister: Amtsgericht Dortmund A 12812 

Am Dienstag, 10. Juni 2014 um 13:03 schrieb Maarten Mostert:

Hi,

Does anyone know how to get the list of class methods within a protocol of a Class.

Thanks in advance.

@+Maarten,


_______________________________________________
vwnc mailing list


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: How to get class method names within a protocol

Maarten Mostert-2
Thanks that was perfect.

@+Maarten,


Le 10 juin 2014 à 13:15, Karsten Kusche <[hidden email]> a écrit :

try that:

aClass classBehavior organization listAtCategoryNamed:#’instance-creation'

Kind Regards
Karsten



-- 
Karsten Kusche - Dipl. Inf. (FH) - [hidden email]
Georg Heeg eK - Köthen
Handelsregister: Amtsgericht Dortmund A 12812 

Am Dienstag, 10. Juni 2014 um 13:03 schrieb Maarten Mostert:

Hi,

Does anyone know how to get the list of class methods within a protocol of a Class.

Thanks in advance.

@+Maarten,


_______________________________________________
vwnc mailing list



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc