Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Scala 2.10 的反射中反映包层次结构?我可以找出存在哪些子包,或者父包是什么?
由于在一般情况下不可能在类加载器中枚举包,因此 Scala 反射也不提供此功能。这与 scalac 的情况不同,scalac 提供了一个可以枚举的目录列表。
向上遍历层次结构很容易。只需使用symbol.owner.
symbol.owner