IdentifierTree |
ExportEntryTree.getExportName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the entry's export name.
|
IdentifierTree |
ExportEntryTree.getImportName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the entry's import name.
|
IdentifierTree |
ImportEntryTree.getImportName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the entry's import name.
|
IdentifierTree |
ExportEntryTree.getLocalName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the entry's local name.
|
IdentifierTree |
ImportEntryTree.getLocalName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the entry's local name.
|
IdentifierTree |
ExportEntryTree.getModuleRequest() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the entry's module request.
|
IdentifierTree |
ImportEntryTree.getModuleRequest() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the entry's module request.
|
IdentifierTree |
ClassDeclarationTree.getName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Class identifier.
|
IdentifierTree |
ClassExpressionTree.getName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Class identifier.
|
IdentifierTree |
FunctionDeclarationTree.getName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the name of the function being declared.
|
IdentifierTree |
FunctionExpressionTree.getName() |
Deprecated, for removal: This API element is subject to removal in a future version.
Returns the name of the function being declared.
|