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.
classOf[package.Class]クラスとオブジェクトを呼び出すことはできるようですがpackage.Class.getClass()、その逆はできません。クラスとそのコンパニオン オブジェクトの両方で機能する構文はありますか?
classOf[package.Class]
package.Class.getClass()
コンパニオン オブジェクトは、クラスとは関係ありません。あなたは何をしようとしているのですか?Scala 2.10.0 リフレクションが役立つかもしれませんが、型とインスタンスは 2 つの異なる名前空間にある 2 つの異なるものです。