parsing java files
Gabriel Genellina
gagsl-py at yahoo.com.ar
Thu Sep 21 19:16:22 EDT 2006
At Thursday 21/9/2006 17:51, stéphane bard wrote:
>i would like to parse java files an detect
>class name's, attributes name's type's and visibility (and or list of
>methods).
>
>is there any module who can parse easily a java file without using
>(jython)?
I would get the needed info using javadoc (in
Java) and then process the output in Python.
Gabriel Genellina
Softlab SRL
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas,
está en Yahoo! Respuestas (Beta).
¡Probalo ya!
http://www.yahoo.com.ar/respuestas
More information about the Python-list
mailing list