Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] a newbie question

I am wondering why a method call does not generate a join point when it appears in an "if" pcd. For example we have a method member
int foo(){return ...} of class A and an "if" pcd if(a.foo()<100). The call of foo in the pcd is not catched by call(int A.foo()). Are there any documents stating the reason of this design? Thanks.


Jie

Back to the top