[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[aspectj-users] a newbie question
|
- From: "Jie Ouyang" <ouyang.jie@xxxxxxxxx>
- Date: Fri, 31 Mar 2006 14:55:28 -0500
- Delivered-to: aspectj-users@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JSiCilG5YBLaaettBER+YotXnrJndQpLX+YJx6BJmHhaQLiWhmCEmekde0omO03RK+lC2Wr9iL4GmWNWnXh0oxz1YwCLIlAxWmuBCG9P2abyKkIdyRQmiBxJFEPBIP425079qOYvSpOIUe9q1UqM+SCAW82gZZ71Hv8D6MFDnnc=
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