]> source.dussan.org Git - aspectj.git/commitdiff
clarification of args matching with null for pr68603.
authoracolyer <acolyer>
Fri, 9 Sep 2005 11:10:49 +0000 (11:10 +0000)
committeracolyer <acolyer>
Fri, 9 Sep 2005 11:10:49 +0000 (11:10 +0000)
docs/progGuideDB/semantics.xml

index fe4d11322ffb7b903682fdb9eb7320613a88be96..84d318a063c006d42731337b4c0f0d3ae0a49a8b 100644 (file)
         <term><literal>args(<replaceable>Type</replaceable> or <replaceable>Id</replaceable>, ...)</literal></term>
         <listitem>
           Picks out each join point where the arguments are instances of
-          a type of the appropriate type pattern or identifier.
+          the appropriate type (or type of the identifier if using that form). A
+          <literal>null</literal> argument is matched iff the static type of the 
+          argument (declared parameter type or field type) is the same as, or a subtype of,
+          the specified args type. 
         </listitem>
       </varlistentry>