]> source.dussan.org Git - aspectj.git/commitdiff
added if() expressions to permitted scopes for thisJoinPoint forms
authorwisberg <wisberg>
Sat, 22 Oct 2005 18:53:36 +0000 (18:53 +0000)
committerwisberg <wisberg>
Sat, 22 Oct 2005 18:53:36 +0000 (18:53 +0000)
docs/progGuideDB/semantics.xml

index 84d318a063c006d42731337b4c0f0d3ae0a49a8b..5654955bd040a5d64454754434e3a748a0108adc 100644 (file)
@@ -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