Eclipse JDT
Release 3.1

Uses of Class
org.eclipse.jdt.core.dom.rewrite.ImportRewrite

Packages that use ImportRewrite
org.eclipse.jdt.core.dom.rewrite The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree.  
 

Uses of ImportRewrite in org.eclipse.jdt.core.dom.rewrite
 

Methods in org.eclipse.jdt.core.dom.rewrite that return ImportRewrite
static ImportRewrite ImportRewrite.create(ICompilationUnit cu, boolean restoreExistingImports)
          Creates a ImportRewrite from a ICompilationUnit.
static ImportRewrite ImportRewrite.create(CompilationUnit astRoot, boolean restoreExistingImports)
          Creates a ImportRewrite from a an AST (CompilationUnit).
 


Eclipse JDT
Release 3.1

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