Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] URGENT: HELP ME, Please: About aspectjrt-1.5.3 (REFLECTION)

Hi everybody,

I am doing my master research and  working with aspects bytecodes (.class). I am using aspectjrt-1.5.3 .jar with Eclipse IDE (Reflection).

I have to know which methods/classes/attributes are affected by pointcuts declared in one aspects. So, I loaded the .class file (aspect) and used the method aspect_.getDeclaredPointcut(), and got all the pointcuts declared. However, now, I have to know, which jointpoints are affected by them.

How can I do this? I've tried to use Shadow class and ShadowMatched class, but I could not do anything correct.

Please help me. 

Thanks a lot!
--
Master's Student
Computer Engineering
POLI/DSC - University of Pernambuco (BRAZIL)
---------------------------------------------------
Juliana Saraiva

Back to the top