Changeset 4270 for trunk/manuals/refman/control/to_super1.html
- Timestamp:
- 05/23/08 09:49:25 (6 months ago)
- Files:
-
- 1 modified
-
trunk/manuals/refman/control/to_super1.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/manuals/refman/control/to_super1.html
r3560 r4270 26 26 <pre>^^Predicate</pre> 27 27 <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>.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"><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>. 29 29 </p> 30 30
