Feb. 27, 2009
2:39 p.m.
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