Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cme-users] Call and containing method


Hi Juri,

Try this:

   parent(call(* Cosmos.execute(..)))

That should give you the methods containing the call.

     Peri


Juri Memmert <memmert@xxxxxxxxxxxx>
Sent by: cme-users-admin@xxxxxxxxxxx

08/03/2004 11:12 AM

Please respond to
cme-users

To
CME Users <cme-users@xxxxxxxxxxx>
cc
Subject
[cme-users] Call and containing method





Hi,

I have a query like this:

call( * Cosmos.execute(..))

To find the class containing this call, I can do it like this:

containingType(call( * Cosmos.execute(..)))

I would like to find the methods that contain the call. How do I do
that?
I tried

execution(public * execute(..))

but that delivers the place where the method is defined and executed (as
the name suggests). ;-)


                Juri


-----
Be different: conform.

_______________________________________________
cme-users mailing list
cme-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cme-users


Back to the top