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

インタフェースSerialFieldTree

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

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

    @serialField field-name field-type field-description

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

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

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

      修飾子と型 メソッド 説明
      List<? extends DocTree> getDescription()
      シリアル・フィールドの説明を返します。
      IdentifierTree getName()
      シリアル・フィールドの名前を返します。
      ReferenceTree getType()
      シリアル・フィールドの型を返します。
    • メソッドの詳細

      • getName

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

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

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