|
Class Summary |
| DocCommentScanner |
An extension to the base lexical analyzer that captures
and processes the contents of doc comments. |
| DocCommentScanner.Factory |
A factory for creating scanners. |
| EndPosParser |
This class is similar to Parser except that it stores ending
positions for the tree nodes. |
| JavacParser |
The parser maps a token sequence into an abstract syntax
tree. |
| Keywords |
Map from Name to Token and Token to String. |
| ParserFactory |
A factory for creating parsers. |
| Scanner |
The lexical analyzer maps an input stream consisting of
ASCII characters and Unicode escapes into a token sequence. |
| Scanner.Factory |
A factory for creating scanners. |