[patch] More extensions to Parser package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[patch] More extensions to Parser package

Lee Duhem
Hi,

This patch provides some extensions to Parser package of packages/stinst/parser.

Extensions to Behavior:
1. lookupFormattedSourceString: aSelector

        Lookup and return the formatted source codes of a method.

Extensions to Symbol:
2. implementors and printImplementors

        Method implementors returns all the compiled method which implements the
        selector named by the receiver, printImplementors print these compiled
        methods to the stdout.

lee

ChangeLog

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

        * Extensions.st: Add #lookupFormattedSourceString:, #implements and
        #printImplementors.

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

stinst.patch (2K) Download Attachment