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

インタフェースImportEntryTree

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

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

      • getModuleRequest

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

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

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