This package contains the main java source file parsing code for the SinjDoc tool.
See: Description
| Class Summary | |
|---|---|
| FileUtil |
The FileUtil class contains some useful methods
for testing filenames and enumerating source files in packages.
|
| Java15 | CUP v0.10k generated parser. |
| ParseControl |
ParseControl runs the parser to generate a
PRootDoc.
|
| PFile |
The PFile class wraps a java.io.File object
and a lazily-created table which allows translation of raw character
indices to line numbers.
|
| PRootDoc |
The PRootDoc class holds the information from one run of
SinjDoc; in particular the packages, classes, and options specified by
the user.
|
| PTag.TagParseException | |
| Sym | CUP generated class containing symbol constants. |
| UniqueVector<E> | A unique vector refuses to addElement duplicates. |
RootDoc which the
HTMLDoclet can then use to create the HTML documentation
pages.