Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.rewrite.ImportRewrite
Packages that use ImportRewrite
Package
Description
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.aspectj.org.eclipse.jdt.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.core.dom.rewrite that return ImportRewriteModifier and TypeMethodDescriptionstatic ImportRewriteImportRewrite.create(CompilationUnit astRoot, boolean restoreExistingImports) Creates anImportRewritefrom an AST (CompilationUnit).static ImportRewriteImportRewrite.create(ICompilationUnit cu, boolean restoreExistingImports) Creates anImportRewritefrom anICompilationUnit.