Originally Posted by
aroua_doudou
I don't search a complete solution just an idea if there is defined method as getCode(method)
If I understand what you want, I doubt there is code for that just available with a search. It does not sound like a common or difficult task.
Originally Posted by
aroua_doudou
@Norm:
I have the java files but I need in my application to retreive some information from the code of methods for examples the noun of the used ontologie in the method action, thus i need to parser the code and extract the noun "ordreExplorer"
Originally Posted by
aroua_doudou
I am searching and I found that it will be may be a parser for a java file that contains the asked method.
It sounds to me like you have the source code in the form of the class.java files, and you want to read them as text and parse the nouns(variable names?) and methods from the source code. Is that what you want?