Uses of Interface
org.openjdk.nashorn.api.tree.IdentifierTree
Packages that use IdentifierTree
Package
Description
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 org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree that return IdentifierTreeModifier and TypeMethodDescriptionExportEntryTree.getExportName()
Returns the entry's export name.ExportEntryTree.getImportName()
Returns the entry's import name.ImportEntryTree.getImportName()
Returns the entry's import name.ExportEntryTree.getLocalName()
Returns the entry's local name.ImportEntryTree.getLocalName()
Returns the entry's local name.ExportEntryTree.getModuleRequest()
Returns the entry's module request.ImportEntryTree.getModuleRequest()
Returns the entry's module request.ClassDeclarationTree.getName()
Class identifier.ClassExpressionTree.getName()
Class identifier.FunctionDeclarationTree.getName()
Returns the name of the function being declared.FunctionExpressionTree.getName()
Returns the name of the function being declared.Methods in org.openjdk.nashorn.api.tree with parameters of type IdentifierTreeModifier and TypeMethodDescriptionSimpleTreeVisitorES5_1.visitIdentifier
(IdentifierTree node, P r) TreeVisitor.visitIdentifier
(IdentifierTree node, P p) Visit identifier tree.