Changeset 3826 for trunk/manuals/refman/control/direct1.html
- Timestamp:
- 08/28/07 03:39:15 (17 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/refman/control/direct1.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/control/direct1.html
r3751 r3826 26 26 <pre>:Goal</pre> 27 27 <p> 28 Calls an imported category predicate without using the message sending mechanisms. The category predicate is called with the same execution context (<em>sender</em>, <em>this</em>, and <em>self</em>) as the predicate whose body contains the call. The lookup for both the predicate declaration and the predicate definition begins in <em>this</em> . For the predicate definition, the lookupis restricted to the imported categories. As a consequence, any redeclaration or redefinition of the predicate in a descendant of the object containing the call will be ignored.28 Calls an imported category predicate without using the message sending mechanisms. The category predicate is called with the same execution context (<em>sender</em>, <em>this</em>, and <em>self</em>) as the predicate whose body contains the call. The lookup for both the predicate declaration and the predicate definition begins in <em>this</em> instead of <em>self</em>. Furthermore, the lookup of the predicate definition is restricted to the imported categories. As a consequence, any redeclaration or redefinition of the predicate in a descendant of the object containing the call will be ignored. 29 29 </p> 30 30 … … 59 59 <div class="copyright"> 60 60 <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> 61 <span>Last updated on: June 8, 2007</span>61 <span>Last updated on: August 27, 2007</span> 62 62 </div> 63 63 <div class="navbottom">
