../../AspectXTestSuite/comments/CommentWeavingTests/aspects/replaceComment.axcomment_replace_codeFragment.
This weaving rule is used for debuging purposes.
Pointcuts | |
Advices | |
| replace | replaceComment |
|
All comments that contain substrin '@trace' are replaced
by code printf( "Trace" ); | |
Triplet: comment replace codeFragment
printf( "Trace" );.
Local Pointcut: comment (source)