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

インタフェースModuleElement.RequiresDirective

    • メソッドの詳細

      • isStatic

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

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

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