Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] CFlow semantic and help

Hello everyone

this is what I would like to get:
"when method A is executed after B, and method C is executed after A (so we have this sequence of methods :
A,B,C), then do the ABCReactingAdvice".

So i thought i need a cflow pointcut...but i'm unable to express in aspectj that task.

And also: in a post in a mailing list about aosd, it has been said that "using cflow, you can't distinguish exactly who is doing the call, since dynamic and lexical extent are just different concepts" (the post was by Kiczales).
I don't understand what this really means: which call is it referring?

Can anyone help me ?

THanks,
Valerio Schiavoni


Back to the top