Hi,

This patch add some new methods, and a few category name fix.

1. lookupAllSelectors: aSelector

        Answer all the compiled methods associated with aSelector
        from local method dictionary and all of the superclasses.

2. printFullHierarchy

        Similar to printHierarchy, but also print superclasses.

3. superclasses and printSuperclasses: level using: aBlock

        Make the method set of Behavior more consistent and
        predictable.

If some (or all) of these methods don't appropriate to put in
kernel/Behavior.st, you can put them to ~/.st/init.st, sometimes
they are pretty useful.

lee

ChangLog

2009-10-27  Lee Duhem  <[email protected]>

        * kernel/Behavior.st: Add #lookupAllSelectors:, #printFullHierarchy,
        #superclasses and #printSuperclasses:level:using:.

Attachment: Behavior.patch
Description: Binary data

_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to