Package | Description |
---|---|
org.eclipse.wst.jsdt.core |
Modifier and Type | Method and Description |
---|---|
IExportDeclaration |
IJavaScriptUnit.getExport(java.lang.String name)
Returns the first export declaration in this javaScript file with the given name.
|
IExportDeclaration |
IExportContainer.getExport(java.lang.String name)
Returns the first export declaration in this export container with the given name.
|
IExportDeclaration[] |
IJavaScriptUnit.getExports()
Returns the export declarations in this javaScript file
in the order in which they appear in the source.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.