-
- All Superinterfaces:
Tree
@Deprecated(since="11", forRemoval=true) public interface ExportEntryTree extends Tree
Deprecated, for removal: This API element is subject to removal in a future version.Nashorn JavaScript script engine and APIs, and the jjs tool are deprecated with the intent to remove them in a future release.A Tree node for export entry in Module information.
-
-
Method Summary
Modifier and Type Method Description IdentifierTree
getExportName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's export name.IdentifierTree
getImportName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's import name.IdentifierTree
getLocalName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's local name.IdentifierTree
getModuleRequest()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's module request.-
Methods declared in interface jdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
-
-
-
Method Detail
-
getExportName
IdentifierTree getExportName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's export name.- Returns:
- the export name
-
getModuleRequest
IdentifierTree getModuleRequest()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's module request.- Returns:
- the module request
-
getImportName
IdentifierTree getImportName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's import name.- Returns:
- the import name
-
getLocalName
IdentifierTree getLocalName()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's local name.- Returns:
- the local name
-
-