Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Method and Description |
---|---|
IImportDeclaration |
IJavaScriptUnit.createImport(java.lang.String name,
IJavaScriptElement sibling,
int flags,
IProgressMonitor monitor)
Creates and returns an import declaration in this javaScript file
with the given name.
|
IImportDeclaration |
IJavaScriptUnit.createImport(java.lang.String name,
IJavaScriptElement sibling,
IProgressMonitor monitor)
Creates and returns an non-static import declaration in this javaScript file
with the given name.
|
IImportDeclaration |
IJavaScriptUnit.getImport(java.lang.String name)
Returns the first import declaration in this javaScript file with the given name.
|
IImportDeclaration |
IImportContainer.getImport(java.lang.String name)
Returns the first import declaration in this import container with the given name.
|
IImportDeclaration[] |
IJavaScriptUnit.getImports()
Returns the import declarations in this javaScript file
in the order in which they appear in the source.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.