Eclipse JDT
Release 3.2

Package org.eclipse.jdt.core.dom

The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document.

See: Description

Package org.eclipse.jdt.core.dom Description

The Java DOM/AST is the set of classes that model the source code of a Java program as a structured document.

Package Specification


This package contains the Java DOM/AST 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 AST ASTNode, and ASTParser.

Eclipse JDT
Release 3.2

Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.