Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] help me with these problems please.

Hi,

Could someone help me with some problems:
how to retrieve all the parameters before all calls of different methods?
how can I bypass the call in before()?
how to get the return value of a call in after()?

What I want to do roughly is to 1) get the parameters and return before and after each call for different methods respectively and 2) be able to bypass some method calls.

Thank you very much!
--
Sincerely
Chao Xu

Back to the top