モジュール jdk.compiler
パッケージ com.sun.source.doctree

インタフェースParamTree

  • すべてのスーパー・インタフェース:
    BlockTagTree, DocTree

    public interface ParamTree
    extends BlockTagTree
    @paramブロック・タグのツリー・ノードです。

    @param parameter-name description

    導入されたバージョン:
    1.8
    • メソッドの詳細

      • isTypeParameter

        boolean isTypeParameter()
        型パラメータを文書化している場合はtrueを返します。
        戻り値:
        型パラメータを文書化している場合はtrue
      • getName

        IdentifierTree getName()
        パラメータの名前を返します。
        戻り値:
        パラメータの名前
      • getDescription

        List<? extends DocTree> getDescription()
        パラメータの説明を返します。
        戻り値:
        説明