Eclipse JDT
2.1

Uses of Class
org.eclipse.jdt.core.dom.AST

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

Uses of AST in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return AST
 AST ASTNode.getAST()
          Returns this node's AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type AST
static ASTNode ASTNode.copySubtree(AST target, ASTNode node)
          Returns a deep copy of the subtree of AST nodes rooted at the given node.
static List ASTNode.copySubtrees(AST target, List nodes)
          Returns a deep copy of the subtrees of AST nodes rooted at the given list of nodes.
 


Eclipse JDT
2.1

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