]> source.dussan.org Git - aspectj.git/commitdiff
variables available in if(b), removed mdash entity as unknown
authorwisberg <wisberg>
Thu, 14 Oct 2004 22:57:42 +0000 (22:57 +0000)
committerwisberg <wisberg>
Thu, 14 Oct 2004 22:57:42 +0000 (22:57 +0000)
docs/progGuideDB/semantics.xml

index 8beb4b75c46fea21beacbef4041bd9435e885168..fb83857e48c5c41ae0bce3a6f1f899c92ea2edfe 100644 (file)
         <listitem>
           Picks out each join point where the boolean expression
           evaluates to <literal>true</literal>.  The boolean expression used
-          can only access static members, variables exposed by teh enclosing
+          can only access static members, parameters exposed by the enclosing
           pointcut or advice, and <literal>thisJoinPoint</literal> forms.  In
-          particular, it cannot call non-static methods on the aspect.
+          particular, it cannot call non-static methods on the aspect or
+                 use return values or exceptions exposed by after advice.
         </listitem>
       </varlistentry>
 
@@ -1521,8 +1522,8 @@ aspect A {
         </para>
 
        <para>
-         If a type pattern is an exact type&mdash;if it doesn't
-         include a wildcard&mdash;then the matching works just
+         If a type pattern is an exact type - if it doesn't
+         include a wildcard - then the matching works just
          like normal type lookup in Java: </para>
 
         <itemizedlist>
@@ -1616,7 +1617,7 @@ aspect A {
 
        <para>
          Type patterns with wildcards do not depend on Java's
-         usual scope rules&mdash;they match against all types
+         usual scope rules - they match against all types
          available to the weaver, not just those that are
          imported into an Aspect's declaring file.
         </para>