-
- All Superinterfaces:
-
DocTree
- All Known Subinterfaces:
-
DocRootTree
,IndexTree
,InheritDocTree
,LinkTree
,LiteralTree
,SummaryTree
,UnknownInlineTagTree
,ValueTree
public interface InlineTagTree extends DocTree
一个树节点,用作不同类型的内联标记的基类。- 从以下版本开始:
- 1.8
-
-
嵌套类汇总
-
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind
-
-
-
-
方法详细信息
-
getTagName
String getTagName()
返回标记的名称。- 结果
- the name of the tag
-
-