Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: problems with pointcut referenced by advice instances

No way to do that? Is there some other way to get pointcuts from advice in ajdt?

On Thu, May 22, 2008 at 8:21 PM, Jimy Juliet <makomenos@xxxxxxxxx> wrote:
Hello to everybody!

I have this problem:

from an instance of org.eclipse.ajdt.core.javaElements.AdviceElement
I need to retrieve the associated pointcut (maybe an instance of PointcutElement).

Is there a way to do this?

Thank you


Back to the top