| 1 | <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
|---|---|
| 2 | <html> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 5 | <meta name="Author" content="IBM"> |
| 6 | <meta name="GENERATOR" content="Mozilla/4.73 [en] (Windows NT 5.0; U) [Netscape]"> |
| 7 | <title>Package-level Javadoc</title> |
| 8 | </head> |
| 9 | <body> |
| 10 | The Java DOM/AST is the set of classes that model the source code of a Java program |
| 11 | as a structured document. |
| 12 | |
| 13 | <h2> |
| 14 | Package Specification</h2> |
| 15 | |
| 16 | <p><br>This package contains the Java DOM/AST classes. An API for manipulating the |
| 17 | source code of a Java program as a structured document. In particular, it provides |
| 18 | a full abstract syntax tree for a Java compilation unit, which can be queried for |
| 19 | resolved type information, and modified. |
| 20 | The principal classes are {@link org.eclipse.jdt.core.dom.AST AST} |
| 21 | {@link org.eclipse.jdt.core.dom.ASTNode ASTNode}, and |
| 22 | {@link org.eclipse.jdt.core.dom.ASTParser ASTParser}. |
| 23 | </body> |
| 24 | </html> |
| 25 |
Members