This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

The Open Source Zone


QDox

Project logo
Project Name QDox
Category Libraries
Programming Language Java
Project Home Page http://qdox.codehaus.org/
License(s) Apache Software License
License URL(s) http://qdox.codehaus.org/license.html
Tags (edit) code, documentation, javadoc, libraries, parser

QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.

In A Nutshell

A custom built parser has been built using JFlex and BYacc/J. These have been chosen because of their proven performance and they require no external libraries at runtime.

The parser skims the source files only looking for things of interest such as class/interface definitions, import statements, JavaDoc and member declarations. The parser ignores things such as actual method implementations to avoid overhead (while in method blocks, curly brace counting suffices).

The end result of the parser is a very simple document model containing enough information to be useful.

Edit project.

Report abuse.

Similar Projects (edit)

Reviews

Be the first person to review this project!

User tips

Add a tip.

Related books

Add more books.


Last modified on 2006-02-27 23:00:40.637 (rel. 3).