[squeak-dev] Create message with text

Ang BeePeng beepeng86 at yahoo.com
Wed Jan 20 07:28:40 UTC 2010


Hi.

I know that a class can be created using only text, send a message      
       "subclass: #ClassName
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: '' " to another class.

Can I create a method of this class with text only? How? I tried to follow
class Compiler, CompiledMethod, I followed message "accept", but I didn't
get any obvious solution.

Thanks.

Ang Beepeng
-- 
View this message in context: http://n4.nabble.com/Create-message-with-text-tp1018217p1018217.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.



More information about the Squeak-dev mailing list