[aspectc-user] how to match line with AspectC (ex : loop "for")
BACCARI med emir
med.emir.baccari at gmail.com
Mon Mar 9 10:06:22 CET 2009
Hello,
I want to match the execution of loop for like the code bellow in a C
implementation :
for(i=0;i<count;i++)
{ fct(); }
but I think that aspectC allow me to match only executions of functions :(
If it's possible to capture different line in my code with joinpoint, please
tell me how can I do it.
Thanks.
*Best Regards.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20090309/4df41dbf/attachment.html>
More information about the aspectc-user
mailing list