Hello Paul,
> I am currently developing a parser for Java source buffers based on Eric
> Ludlam's new parser generator for Emacs. The parser returns a list of all
> Java objects in the source object, including package and import
> declarations, methods, fields, constructors, etc. The entry for each item
> contains its start and ending location in the buffer. The entry for a
class
> contains all its members (i.e., inner classes, methods, fields and
> constructors), its parent, and the interfaces it implements. The parse
> list, jde-java-parse-list, will be generated when a user opens a source
> file and hence will always be able to JDE tools, such as Jdok. A function
> will be available to regenerate the parse list at any time. Perhaps this
> will be of help to you. I plan to release it with the next beta release.
This is a very good news :-)) Sure I'll try to improve jdok (and maybe other
tools) to use the parser!
Thank you very very much for all your work on the JDE. I am impatient to see
its next beta release.
Sincerely,
David