假设我有一个类和一个实例方法:
ClassExample#methodExample
^"???"
Smalltalk 中有什么方法可以获取方法的名称:
var := ClassExample new.
nameOfMyMethod := var methodExample.
"nameOfMyMethod should be 'methodExample' (a string or symbol)"
?
我正在 VisualAge 中开发。感谢帮助!
假设我有一个类和一个实例方法:
ClassExample#methodExample
^"???"
Smalltalk 中有什么方法可以获取方法的名称:
var := ClassExample new.
nameOfMyMethod := var methodExample.
"nameOfMyMethod should be 'methodExample' (a string or symbol)"
?
我正在 VisualAge 中开发。感谢帮助!