May be this can be useful to have that defined in ContextPart

arguments
        "returns the arguments of a message invocation"
        
        | arguments numargs |
        numargs :=  self method numArgs.
        arguments := Array new: numargs.
        1 to: numargs do: [:i | arguments at: i put: (self tempAt: i) ].
        ^ arguments
                

Let me know I can prepare a enh entry in the bug tracker.

stef

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to