Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] How to retrieve target IJavaElement from IAJCodeElement?

Hi Andrew,

On Mon 23.Jun'08 at  8:32:50 -0700, Andrew Eisenberg wrote:
I'm not really sure what you are asking, but I'll try to answer
something.

Sorry, perhaps I was not clear.
Method call joinpoints occur at the call site.  So, it is possible to
statically determine the caller at a call site, but it is not possible
to determine what the callee is (because of polymorphism).

Yes of course, but I am looking for the compile time target. All calls
have a statically resolvable compile time target method.

If that didn't answer your question, then please rephrase it.

Did my answer help at all? Thanks again!

Raffi


Back to the top