문제

I 'm able to get methods using BCEL but is it possible to get constructors of a class using the same library?

도움이 되었습니까?

해결책

Yes; the constructors are considered methods by BCEL. They are named <init> instead of the class's name.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top