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






































v