| | JMunger (Site not responding. Last check: 2007-11-04) |
 | | The second codeblock is specified externally, which might be useful in larger programs, and can be used to separate different aspects (or concerns, or however you like to call them) into different classfiles. |
 | | Reason: When multiple codeblocks are inserted at the same joinpoint, and one wants 'read' access and the other needs 'readwrite', the access will be set to 'readwrite' for all codeblocks inserted at that place. |
 | | On line 9, a codeblock is defined that will be inserted at every point in the code matching the crosscut 'fac-exec' (which has been defined in line 4). |
| tobasco.ctit.utwente.nl /~bakkerj/jmunger/tutorial.html (3152 words) |