Module jdk.compiler

Interface SummaryTree

所有超级接口:
DocTree, InlineTagTree

public interface SummaryTree extends InlineTagTree
一个@summary内联标签的树节点。
    {@summary text}
 
自 JDK 版本:
10
  • 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>
    返回注释的摘要或第一行。

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

    accept, getKind

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

    getTagName
  • Method Details

    • getSummary

      List<? extends DocTree> getSummary()
      返回注释的摘要或第一行。
      返回:
      摘要文本