モジュール java.compiler
パッケージ javax.lang.model.element

インタフェースModuleElement.RequiresDirective

    • メソッドのサマリー

      修飾子と型 メソッド 説明
      ModuleElement getDependency()
      必要なモジュールを返します。
      boolean isStatic()
      これが静的な依存関係であるかどうかを返します。
      boolean isTransitive()
      これが推移的な依存関係であるかどうかを返します。
    • メソッドの詳細

      • isStatic

        boolean isStatic()
        これが静的な依存関係であるかどうかを返します。
        戻り値:
        これが静的な依存関係であるかどうか
      • isTransitive

        boolean isTransitive()
        これが推移的な依存関係であるかどうかを返します。
        戻り値:
        これが推移的な依存性であるかどうか
      • getDependency

        ModuleElement getDependency()
        必要なモジュールを返します。
        戻り値:
        必要なモジュール