Module jdk.compiler

Interface InlineTagTree

所有超接口:
DocTree
所有已知子接口:
DocRootTree, IndexTree, InheritDocTree, LinkTree, LiteralTree, ReturnTree, SnippetTree, SummaryTree, SystemPropertyTree, UnknownInlineTagTree, ValueTree

public interface InlineTagTree extends DocTree
用作不同类型内联标签的基类的树节点。
自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
    返回标签的名称。

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

    accept, getKind
  • Method Details

    • getTagName

      String getTagName()
      返回标签的名称。
      返回:
      标签的名称