标签: scala scala-macros
说我从中提取了lhs,tpe,rhs:
lhs
tpe
rhs
q"$mods val $lhs: $tpe = $rhs"
现在,tpe是Ident。如何获取与此标识对应的Tree(或Type)对象?
Ident
Tree
Type