memberList_add_initializer.xsl
Weaving Rule that adds an initializer to an initializer list of a constructor.
- srcML element:
src:member_list - advice type:
add - codeModifier type:
initializer
This template is used as by constructor_add_initializer.xsl. It is not intended to use directly from an aspect.
Examples in AspectX Test Suite
- Bug_00000144
CVS Id:
Author:
ibirrer
Copyright:
2004, P&P Software GmbH
Match Templates Summary
src:member_list[ax:advice[@type='add' and position() = 1]/ax:codeModifier[@type='initializer']] (mode: weaving) - source
Adds an initializer to a member list
Match Templates Detail
src:member_list[ax:advice[@type='add' and position() = 1]/ax:codeModifier[@type='initializer']] (mode: weaving) - source
Adds an initializer to a member list