|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |