gpt4 book ai didi

reflection - 如何获取正在执行的编译方法

转载 作者:行者123 更新时间:2023-12-01 23:54:38 25 4
gpt4 key购买 nike

如何获取当前正在执行的 CompiledMethod 实例?

someMethod
| thisMethod |
thisMethod := "here I want to access an instance of _CompiledMethod_ that refers to #someMethod".
^ thisMethod selector

最佳答案

当前正在执行的方法可以通过#method消息从当前上下文中获取,可以通过thisContext伪变量访问。

这样示例代码将如下所示:

someMethod
| thisMethod |
thisMethod := thisContext method.
^ thisMethod selector

关于reflection - 如何获取正在执行的编译方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24738561/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com