../../AspectXTestSuite/functions/FunctionWeavingTests/aspects/allFunctionBeginCodeFragment.axfunction_begin_codeFragment. Besides the
weaving rule it also tests various pointcuts.
Pointcuts | |
Advices | |
| begin | allFunctions |
|
This advice inserts a single line comment to all functions | |
| begin | givenFunctionsInAllClasses |
|
This advice inserts a single line comment to all methods
with name fOneParameter | |
| begin | allFunctionsOfGivenClass |
|
This advice inserts a single line comment to all methods
of class Base | |
| begin | aFunctionOfGivenClass |
|
This advice inserts a single line comment to method
fOneParameter of class Base | |
| begin | intReturnValue |
|
This advice inserts a single line comment to all methods that
returns type int | |
| begin | pointerReturnValue |
|
This advice inserts a single line comment to all methods that
returns pointer | |
Triplet: function begin codeFragment
Local Pointcut: function (source)
Triplet: function begin codeFragment
fOneParameter.
Local Pointcut: function (source)
Triplet: function begin codeFragment
Base.
Local Pointcut: function (source)
Triplet: function begin codeFragment
fOneParameter of class Base.
Local Pointcut: function (source)
Triplet: function begin codeFragment
int.
Local Pointcut: function (source)
Triplet: function begin codeFragment
Local Pointcut: function (source)