Module jdk.compiler

Interface UnknownBlockTagTree

所有超级接口:
BlockTagTree, DocTree

public interface UnknownBlockTagTree extends BlockTagTree
一个未识别块标签的树节点。
    @name content
 
自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>
    返回未识别块标签的内容。

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

    getTagName

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

    accept, getKind
  • Method Details

    • getContent

      List<? extends DocTree> getContent()
      返回未识别块标签的内容。
      返回:
      内容