How do I get the value of a class variable in squeak?

Posted by Guy on Stack Overflow See other posts from Stack Overflow or by Guy
Published on 2010-05-07T09:56:16Z Indexed on 2010/05/07 20:28 UTC
Read the original article Hit count: 204

Filed under:
|
|
|

Hi, I have a string that contains the name of a class variable that I know exists for class A. I need to get the value of this variable (i.e. dereferencing), how do I do it?

© Stack Overflow or respective owner

Related posts about class

Related posts about variable