Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.



Back to the top