strange question
Hi, is there a way for a method, to look up the name of the method from where itself was called ? werner
You might want to dig into thisContext. "thisContext sender" is probably what you need. On Tue, Jul 29, 2014 at 2:50 PM, Werner Kassens <wkassens@libello.com> wrote:
Hi, is there a way for a method, to look up the name of the method from where itself was called ? werner
Hi Werner, On 29 Jul 2014, at 14:50, Werner Kassens <wkassens@libello.com> wrote:
Hi, is there a way for a method, to look up the name of the method from where itself was called ? werner
That is what thisContext is for (one of the few special variables, like self and super). Use the Finder to search for all occurrences of thisContext in the Source code. I think your particular question is answered as follows: thisContext sender method HTH, Sven
participants (3)
-
François Stephany -
Sven Van Caekenberghe -
Werner Kassens