diff options
author | wisberg <wisberg> | 2005-10-22 18:53:36 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-10-22 18:53:36 +0000 |
commit | 53f0f224ed33a2f43cb2f75601777e9cebfd4eab (patch) | |
tree | 380872a480eaa95e9abb61bb4bc5753a1993fe57 /docs/progGuideDB | |
parent | aa26241fc32e53774425373006ce8231bb15a88c (diff) | |
download | aspectj-53f0f224ed33a2f43cb2f75601777e9cebfd4eab.tar.gz aspectj-53f0f224ed33a2f43cb2f75601777e9cebfd4eab.zip |
added if() expressions to permitted scopes for thisJoinPoint forms
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r-- | docs/progGuideDB/semantics.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml index 84d318a06..5654955bd 100644 --- a/docs/progGuideDB/semantics.xml +++ b/docs/progGuideDB/semantics.xml @@ -2192,7 +2192,8 @@ ModifiersPattern = <title>Reflective access to the join point</title> <para> - Three special variables are visible within bodies of advice: + Three special variables are visible within bodies of advice + and within <literal>if()</literal> pointcut expressions: <literal>thisJoinPoint</literal>, <literal>thisJoinPointStaticPart</literal>, and <literal>thisEnclosingJoinPointStaticPart</literal>. Each is bound to |