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

インタフェースParamTree

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

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

@param parameter-name description

導入されたバージョン:
1.8
  • ネストされたクラスのサマリー

    インタフェース com.sun.source.doctree.DocTreeで宣言されたネストされたクラス/インタフェース

    DocTree.Kind
  • メソッドのサマリー

    修飾子と型 メソッド 説明
    List<? extends DocTree> getDescription()
    パラメータの説明を返します。
    IdentifierTree getName()
    パラメータの名前を返します。
    boolean isTypeParameter()
    型パラメータを文書化している場合はtrueを返します。

    インタフェース com.sun.source.doctree.BlockTagTreeで宣言されたメソッド

    getTagName

    インタフェース com.sun.source.doctree.DocTreeで宣言されたメソッド

    accept, getKind
  • メソッドの詳細

    • isTypeParameter

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

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

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