[squeak-dev] Re: Re: Re: [ANN] Minecraft Bindings - Minecraft.zip (0/1)

Bob Arning arning315 at comcast.net
Tue Mar 5 21:19:02 UTC 2013


compileGetters
"
MinecraftConstants compileGetters
"

     MinecraftConstants bindingsDo: [:b |
         MinecraftConstants class
             compile:
b key asString withFirstCharacterDownshifted,'

     ^',b key
             classified: 'magic accessors'
             notifying: nil.
     ].


although I wasn't sure exactly where you wanted the methods.

On 3/5/13 3:38 PM, Louis LaBrunda wrote:
> What I need is (what I expect is one) line of code that will compile the
> contents of #stream as a method of Minecraft. Can you help with that?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130305/12d27beb/attachment.htm


More information about the Squeak-dev mailing list