| Class | Description |
|---|---|
| AbstractTypeElementSpec | Base class to extend from to allow compilation of Java sources at runtime to allow testing of compile time behavior. |
| JavaParser | Utility for parsing Java code. |
| Parser | Methods to parse Java source files. |
| Parser.ParseResult | The diagnostic, parse trees, and com.sun.source.util.Trees instance for a parse task. |