[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[aspectj-users] semantics of cflow

It is easy to understand the semantics of cflow( call (void foo.bar())), but what about cflow(cflow( call (void foo.bar())))? Is the inner cflow first matched? What 's the operational semantics of cflow?

Jie