Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] How to obtain the crosscutting relationship information between an advice and base code?

Hi,


Given an advice A, how is it possible to write a Java program (perhaps by using the current AspectJ and/or AJDT APIs) to find out what classes and within each class, what elements (i.e. join points) are advised by A?


Technically, the pointcut(s) associated with the advice A is able to tell us what the advised join points and their affected classes are. However, obtaining this kind of crosscutting relationships information in automated manner is probably non-trivial, where I am looking a solution for it.


Thanks in advance,

~parizi


Back to the top