help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [patch] Enhance to kernel/Behavior.st


From: Lee Duhem
Subject: [Help-smalltalk] [patch] Enhance to kernel/Behavior.st
Date: Tue, 27 Oct 2009 00:05:04 +0800

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  <address@hidden>

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

Attachment: Behavior.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]