Skip to main content

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

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