|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IImportDeclaration | |
---|---|
org.eclipse.wst.jsdt.core |
Uses of IImportDeclaration in org.eclipse.wst.jsdt.core |
---|
Methods in org.eclipse.wst.jsdt.core that return IImportDeclaration | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |