インタフェースSerialFieldTree

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

public interface SerialFieldTree extends BlockTagTree
@serialFieldブロック・タグのツリー・ノードです。
   @serialField field-name field-type field-description
導入されたバージョン:
1.8
  • ネストされたクラスのサマリー

    インタフェースで宣言されたネストされたクラス/インタフェース DocTree

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

    修飾子と型
    メソッド
    説明
    List<? extends DocTree>
    シリアル・フィールドの説明を返します。
    シリアル・フィールドの名前を返します。
    シリアル・フィールドのタイプを返します。

    インタフェースで宣言されたメソッド BlockTagTree

    getTagName

    インタフェースで宣言されたメソッド DocTree

    accept, getKind
  • メソッドの詳細

    • getName

      IdentifierTree getName()
      シリアル・フィールドの名前を返します。
      戻り値:
      シリアル・フィールドの名前
    • getType

      ReferenceTree getType()
      シリアル・フィールドのタイプを返します。
      戻り値:
      シリアル・フィールドの型
    • getDescription

      List<? extends DocTree> getDescription()
      シリアル・フィールドの説明を返します。
      戻り値:
      シリアル・フィールドの説明