[patch] More extensions to Parser package

View: New views
1 Messages — Rating Filter:   Alert me  

[patch] More extensions to Parser package

by Lee Duhem :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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  <lee.duhem@...>

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


_______________________________________________
help-smalltalk mailing list
help-smalltalk@...
http://lists.gnu.org/mailman/listinfo/help-smalltalk

stinst.patch (2K) Download Attachment