|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportRewrite | |
---|---|
org.eclipse.wst.jsdt.core.dom.rewrite | |
org.eclipse.wst.jsdt.ui |
Uses of ImportRewrite in org.eclipse.wst.jsdt.core.dom.rewrite |
---|
Methods in org.eclipse.wst.jsdt.core.dom.rewrite that return ImportRewrite | |
---|---|
static ImportRewrite |
ImportRewrite.create(IJavaScriptUnit cu,
boolean restoreExistingImports)
Creates a ImportRewrite from a IJavaScriptUnit . |
static ImportRewrite |
ImportRewrite.create(JavaScriptUnit astRoot,
boolean restoreExistingImports)
Creates a ImportRewrite from a an AST (JavaScriptUnit ). |
Uses of ImportRewrite in org.eclipse.wst.jsdt.ui |
---|
Methods in org.eclipse.wst.jsdt.ui that return ImportRewrite | |
---|---|
static ImportRewrite |
CodeStyleConfiguration.createImportRewrite(IJavaScriptUnit cu,
boolean restoreExistingImports)
Returns a ImportRewrite using create(IJavaScriptUnit, boolean) and
configures the rewriter with the settings as specified in the JDT UI preferences. |
static ImportRewrite |
CodeStyleConfiguration.createImportRewrite(JavaScriptUnit astRoot,
boolean restoreExistingImports)
Returns a ImportRewrite using create(JavaScriptUnit, boolean) and
configures the rewriter with the settings as specified in the JDT UI preferences. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |