Analysis of methods
Jean Morissette <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I need to analyse a class (dynamically during classloading or runtime, or statically with .java or .class) to identify, for all methods of this class, if a method read or update a class field. How to achieve that? Is there some projects that already achieve that? What are my options? Thanks for your help Jean