Show
Ignore:
Timestamp:
05/23/08 09:49:25 (6 months ago)
Author:
pmoura
Message:

Generalized the :/1 control construct to allow its use from within categories that extend other categories.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/control/to_super1.html

    r3560 r4270  
    2626<pre>^^Predicate</pre> 
    2727<p> 
    28 Calls a redefined/inherited definition for a message. Normally only used in the body of a predicate definition for the message. Predicate should match a public or protected predicate of <a class="glossary" title="Go to glossary definition" href="../../glossary.html#self">self</a> or be within the scope of <a class="glossary" title="Go to glossary definition" href="../../glossary.html#this">this</a>. 
     28Calls a redefined/inherited definition for a message. Normally only used in the body of a predicate definition for the message. Predicate should match a public or protected predicate of <a class="glossary" title="Go to glossary definition" href="../../glossary.html#self"><em>self</em></a> or be within the scope of <a class="glossary" title="Go to glossary definition" href="../../glossary.html#this"><em>this</em></a>. 
    2929</p> 
    3030