IdentifierTree |
ExportEntryTree.getExportName() |
Returns the entry's export name.
|
IdentifierTree |
ExportEntryTree.getImportName() |
Returns the entry's import name.
|
IdentifierTree |
ImportEntryTree.getImportName() |
Returns the entry's import name.
|
IdentifierTree |
ExportEntryTree.getLocalName() |
Returns the entry's local name.
|
IdentifierTree |
ImportEntryTree.getLocalName() |
Returns the entry's local name.
|
IdentifierTree |
ExportEntryTree.getModuleRequest() |
Returns the entry's module request.
|
IdentifierTree |
ImportEntryTree.getModuleRequest() |
Returns the entry's module request.
|
IdentifierTree |
ClassDeclarationTree.getName() |
Class identifier.
|
IdentifierTree |
ClassExpressionTree.getName() |
Class identifier.
|
IdentifierTree |
FunctionDeclarationTree.getName() |
Returns the name of the function being declared.
|
IdentifierTree |
FunctionExpressionTree.getName() |
Returns the name of the function being declared.
|