help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How Can an Object Read its Own Name


From: Gary Highberger
Subject: How Can an Object Read its Own Name
Date: Mon, 18 Jan 2021 21:09:19 -0500

Hi Everyone,

I'd like for an object to be able to send a message with it's unique name
as an argument.

For example:
The Foo instance of the class Bar sends a message with an argument of Foo.

The Sna instance of the class Bar sends a message with an argument of Sna.

Foo := Bar new .
Sna := Bar new .

I tried to use self but to no avail.

Many thanks,

Gary


reply via email to

[Prev in Thread] Current Thread [Next in Thread]