标签: scala scala-macro-paradise
我想编写一个丰富案例类的宏。当我宣布我的案例类时:
404
我希望能够将一些内容注入到只有附加内容的本课程的case class User(int id, @tagged name)中。到目前为止,我只能到达封闭类的Tree,但看起来还不够(参见Eugene的回答here)。我也不想使用Symbol的弃用api。 有没有办法在天堂2.1.0(Scala 2.11)中找到父c.enclosingClass?
case class User(int id, @tagged name)
Tree
Symbol
c.enclosingClass