find out caller object

2 Messages Forum Options Options
Permalink
Thomas Delaet
find out caller object
Reply Threaded More
Print post
Permalink
Hi,

Is there some way to find out the caller object of a feature
invocation? I would like to use the
Src/Eiffel/swtich/communication/status/call_stack cluster in my
program. I can find how to find the object's address and caller type
of a feature, but not how to get the real object ...

Kind Regards
--
Thomas
_______________________________________________
Es-devel mailing list
Es-devel@...
http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel
Emmanuel Stapf
RE: find out caller object
Reply Threaded More
Print post
Permalink
> Is there some way to find out the caller object of a feature
> invocation? I would like to use the
> Src/Eiffel/swtich/communication/status/call_stack cluster in
> my program. I can find how to find the object's address and
> caller type of a feature, but not how to get the real object ...

You cannot get the real object, but you can get the values of its fields.

Manu

_______________________________________________
Es-devel mailing list
Es-devel@...
http://rock.inf.ethz.ch/cgi-bin/mailman/listinfo/es-devel
------------------------------------------------------------------------  
Eiffel Software
805-685-1006
http://www.eiffel.com       
Customer support: http://support.eiffel.com       
User group: http://groups.eiffel.com/join       
------------------------------------------------------------------------