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.
BCELを使用してメソッドを取得することはできますが、同じライブラリを使用してクラスのコンストラクターを取得することは可能ですか?
はい; コンストラクターは、BCEL によってメソッドと見なされます。<init>クラス名の代わりに名前が付けられます。
<init>