At Monday 18/12/2006 03:34, Divya Prakash wrote:

I would like to parse java files and 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 using jython?

You could try javadoc (the java package), it is easier to use than a pure reflection approach.

--
Gabriel Genellina
Softlab SRL
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! ¡Abrí tu cuenta ya! - http://correo.yahoo.com.ar
-- 
http://mail.python.org/mailman/listinfo/python-list
  • Re: Gabriel Genellina
    • RE: Divya Prakash

Reply via email to