Module jdk.compiler

Interface AuthorTree

所有超级接口:
BlockTagTree, DocTree

public interface AuthorTree extends BlockTagTree
一个@author块标签的树节点。
    @author name-text
 
自Java版本:
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

    • getName

      List<? extends DocTree> getName()
      返回作者的名称。
      返回:
      名称