モジュール jdk.scripting.nashorn
パッケージ jdk.nashorn.api.tree

インタフェースExportEntryTree

  • すべてのスーパー・インタフェース:
    ツリー


    public interface ExportEntryTree
    extends Tree
    「モジュール情報」内のエクスポート・エントリ用のツリー・ノード。
    • メソッドの詳細

      • getExportName

        IdentifierTree getExportName​()
        エントリのエクスポート名を返します。
        戻り値:
        エクスポート名
      • getModuleRequest

        IdentifierTree getModuleRequest​()
        エントリ・モジュールのリクエストを返します。
        戻り値:
        モジュール・リクエスト
      • getImportName

        IdentifierTree getImportName​()
        エントリのインポート名を返します。
        戻り値:
        インポート名
      • getLocalName

        IdentifierTree getLocalName​()
        エントリ・ローカル名を返します。
        戻り値:
        ローカル名