I want to create a Program that takes another Java program as input and should return number of methods in the class and also number of attributes.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You'll need to use reflection: http://java.sun.com/developer/technicalArticles/ALT/Reflection/ edit: Question already asked here: Is it possible to use Java Reflection to print out attributes of the parent class? |
|||
|
|
|
Sample Code:
|
|||||
|
|
This sounds like you are asking us a homework question. Look at the Reflection API, in package |
|||
|
|