AllReturnBeforeCodeFragment Aspect
[FunctionTests Group]

This aspect is defined in file: ../../AspectXTestSuite/functions/FunctionWeavingTests/aspects/allReturnBeforeCodeFragment.ax

Aspect Description

The weaving rule return_before_codeFragment is tested. This advice also tests whether curly braces are inserted where necessary.
Author:
O. Rohlik

Pointcuts


Advices

beforeallReturnStatements
  The IF-THEN-ELSE statement is inserted before every occurence of return

Pointcut Documentation


Advice Documentation

before allReturnStatements (source)

Triplet: return before codeFragment

The IF-THEN-ELSE statement is inserted before every occurence of return.

Local Pointcut: return (source)