Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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

Back to the top