[Newbies] finding assignments to variables?

K K Subbu kksubbu.ml at gmail.com
Tue Jul 24 05:22:55 UTC 2018


On Tuesday 24 July 2018 04:44 AM, Ralph Boland wrote:
> In squeak you can find out all references to a variable of a class
> by clicking on the vars button.
> 
> Is there a way to find only the references to a variable of a class
> that assigns a value to that variable?

Instance variables are also objects, as are classes. When inspecting an 
object, you can right click on self or any instance variable and select 
"methods storing into this inst var".

HTH .. Subbu


More information about the Beginners mailing list