Skip to main content

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

Suppose I have an instance of an IAJCodeElement that happens to be a
method call being advised by some advice. I can retrieve the caller of
the method via IAJCodeElement.getParent() but how can I retrieve the
callee, i.e., the declared target method? Thanks!


Back to the top