Module jdk.compiler

Interface SerialTree

所有超级接口:
BlockTagTree, DocTree

public interface SerialTree extends BlockTagTree
一个@serial块标签的树节点。
    @serial field-description | include | exclude
 
自1.8版本起:
1.8
  • Nested Class Summary

    Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree

    DocTree.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    List<? extends DocTree>
    返回字段的描述,或者单词"include"或"exclude"。

    Methods declared in interface com.sun.source.doctree.BlockTagTree

    getTagName

    Methods declared in interface com.sun.source.doctree.DocTree

    accept, getKind
  • Method Details

    • getDescription

      List<? extends DocTree> getDescription()
      返回字段的描述,或者单词"include"或"exclude"。
      返回:
      字段的描述