Questions tagged «aspect»

12
如何在Scala中分析方法?
分析Scala方法调用的标准方法是什么? 我需要的是方法周围的钩子,可以用来启动和停止计时器。 在Java中,我使用方面编程AspectJ来定义要分析的方法,并注入字节码以实现相同的目的。 Scala中是否有更自然的方法,我可以在函数之前和之后定义一堆函数,而又不会在过程中丢失任何静态类型?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.