软件包  jdk.nashorn.api.tree

Interface ImportEntryTree

  • All Superinterfaces:


    public interface ImportEntryTree
    extends 
    导入条目的树节点为 Module information
    • 方法详细信息

      • getModuleRequest

        IdentifierTree getModuleRequest​()
        返回条目的模块请求。
        结果
        模块请求
      • getImportName

        IdentifierTree getImportName​()
        返回条目的导入名称。
        结果
        导入名称
      • getLocalName

        IdentifierTree getLocalName​()
        返回条目的本地名称。
        结果
        本地名称