- All Superinterfaces:
Tree
A Tree node for import entry of Module information.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the entry's import name.Returns the entry's local name.Returns the entry's module request.Methods inherited from interface org.openjdk.nashorn.api.tree.Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getModuleRequest
IdentifierTree getModuleRequest()Returns the entry's module request.- Returns:
- the module request
-
getImportName
IdentifierTree getImportName()Returns the entry's import name.- Returns:
- the import name
-
getLocalName
IdentifierTree getLocalName()Returns the entry's local name.- Returns:
- the local name
-