<aspect xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://control.ee.ethz.ch/XWeaver/AspectX" xmlns:src="http://www.sdml.info/srcML/src" xsi:schemaLocation="http://control.ee.ethz.ch/XWeaver/AspectX ../../../../src/xsd/aspectX.xsd" name="AddMultiLineAtBegin">
  
<description>This aspect tests <code>block_begin_codeFragment</code> weaving rule by adding 
  several lines of comments at the beginning of a 
<code>block</code>.
        
<author>I. Birrer</author>
  
</description>
  
<advice type="begin" name="addSingleLine">
    
<description>Adds three single line comments at the beginning of a block.</description> 
    
<pointcut type="src:block" />
    
<codeModifier type="codeFragment">
      
<text>/** Inserted by aspect: AddMultiLineAtBegin - Line 1 **/</text>
      
<text>/** Inserted by aspect: AddMultiLineAtBegin - Line 2 **/
/** Inserted by aspect: AddMultiLineAtBegin - Line 3 **/
</text>
    
</codeModifier>
  
</advice>
</aspect>






































v