|
Re: Re: translateFrom:to:table:: msg#00221lang.smalltalk.squeak.beginners
If some method is not just a thing hanging around waiting for nothing (no senders, for example), you always will find its full implementation+use - that's the nature of the Smalltalk/Squeak system. senders of #translateFrom:to:table: =>String>>#translateWith: senders of #translateWith: (nice examples for what the table argument is about) =>String>>#translateToLowercase =>String>>#translateToUppercase implementors of #translateFrom:to:table: =>ByteString class>>#translateFrom:to:table: =>ByteSymbol class>>#translateFrom:to:table: =>String class>>#translateFrom:to:table: The String implementation tell exactly what argument is used for what, same with the primitive fallback code of the ByteString implementation. Hope that helps. /Klaus On Sun, 30 Jul 2006 00:45:43 +0200, Thomas Keller <thokeller@xxxxxxxxx> wrote: That works for lots of methods. But for some methods there are no decent
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Re: translateFrom:to:table:, Thomas Keller |
|---|---|
| Next by Date: | Re: Re: translateFrom:to:table:, David Shaffer |
| Previous by Thread: | Re: Re: translateFrom:to:table:, Thomas Keller |
| Next by Thread: | Re: Re: translateFrom:to:table:, David Shaffer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |