help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] [patch] More extensions to Parser package


From: Lee Duhem
Subject: [Help-smalltalk] [patch] More extensions to Parser package
Date: Tue, 27 Oct 2009 00:06:23 +0800

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

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

Attachment: stinst.patch
Description: Binary data


reply via email to

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