Newbie: Use Bcel to analysis class file
"samuel cheung" <[email protected]> Mon, 10 Jul 2006 00:34:02 -0500
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am new to bcel. Can you please tell me if I can use BCEL to analysis class file, e.g. I would like to find out how much (in term of the size in bytes)of the class file is Constant pool, Fields, Methods? Thank you.