Uses of Interface
jdk.nashorn.api.tree.IdentifierTree
| Package | Description |
|---|---|
| jdk.nashorn.api.tree |
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
|
-
Uses of IdentifierTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return IdentifierTree Modifier and Type Method Description IdentifierTreeExportEntryTree. getExportName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's export name.IdentifierTreeExportEntryTree. getImportName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's import name.IdentifierTreeImportEntryTree. getImportName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's import name.IdentifierTreeExportEntryTree. getLocalName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's local name.IdentifierTreeImportEntryTree. getLocalName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's local name.IdentifierTreeExportEntryTree. getModuleRequest()Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's module request.IdentifierTreeImportEntryTree. getModuleRequest()Deprecated, for removal: This API element is subject to removal in a future version.Returns the entry's module request.IdentifierTreeClassDeclarationTree. getName()Deprecated, for removal: This API element is subject to removal in a future version.Class identifier.IdentifierTreeClassExpressionTree. getName()Deprecated, for removal: This API element is subject to removal in a future version.Class identifier.IdentifierTreeFunctionDeclarationTree. getName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the name of the function being declared.IdentifierTreeFunctionExpressionTree. getName()Deprecated, for removal: This API element is subject to removal in a future version.Returns the name of the function being declared.Methods in jdk.nashorn.api.tree with parameters of type IdentifierTree Modifier and Type Method Description RTreeVisitor. visitIdentifier(IdentifierTree node, P p)Deprecated, for removal: This API element is subject to removal in a future version.Visit identifier tree.