This package contains the Java DOM classes. An API for manipulating the
source code of a Java program as a structured document. In particular, it provides
a full abstract syntax tree for a Java compilation unit, which can be queried for
resolved type information, and modified.
The principal classes are {@link org.eclipse.jdt.core.dom.AST AST}
and {@link org.eclipse.jdt.core.dom.ASTNode ASTNode}.