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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
R |
SimpleTreeVisitorES5_1.visitIdentifier(IdentifierTree node,
P r) |
|
R |
TreeVisitor.visitIdentifier(IdentifierTree node,
P p) |
Visit identifier tree.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2014, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b153-2