ReplaceComment Aspect
[CommentTests Group]

This aspect is defined in file: ../../AspectXTestSuite/comments/CommentWeavingTests/aspects/replaceComment.ax

Aspect Description

This aspect tests weaving rule comment_replace_codeFragment. This weaving rule is used for debuging purposes.
Author:
I. Birrer

Pointcuts


Advices

replacereplaceComment
  All comments that contain substrin '@trace' are replaced by code printf( "Trace" );

Pointcut Documentation


Advice Documentation

replace replaceComment (source)

Triplet: comment replace codeFragment

All comments that contain substrin '@trace' are replaced by code printf( "Trace" );.

Local Pointcut: comment (source)