Eclipse JDT
2.0

Uses of Package
org.eclipse.jdt.core.dom

Packages that use org.eclipse.jdt.core.dom
org.eclipse.jdt.core.dom The Java DOM is the set of classes that model Java program as a structured document. 
 

Classes in org.eclipse.jdt.core.dom used by org.eclipse.jdt.core.dom
ASTNode
          Abstract superclass of all Abstract Syntax Tree (AST) node types.
BodyDeclaration
          Abstract base class of all AST nodes that represent body declarations that may appear in the body of a class or interface declaration.
Expression
          Abstract base class of AST nodes that represent expressions.
IBinding
          A binding represents a named entity in the Java language.
Name
          Abstract base class for all AST nodes that represent names.
Statement
          Abstract base class of AST nodes that represent statements.
Type
          Abstract base class of all type AST node types.
VariableDeclaration
          Abstract base class of all AST node types that declare a single local variable.
 


Eclipse JDT
2.0

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