Top Description Methods
com.sun.source.doctree

public Interface InlineTagTree

extends DocTree
Known Direct Subinterfaces
com.sun.source.doctree.LinkTree, com.sun.source.doctree.LiteralTree, com.sun.source.doctree.ReturnTree, com.sun.source.doctree.SnippetTree, com.sun.source.doctree.SummaryTree, com.sun.source.doctree.SystemPropertyTree, com.sun.source.doctree.UnknownInlineTagTree, com.sun.source.doctree.ValueTree, com.sun.source.doctree.InheritDocTree, com.sun.source.doctree.DocRootTree, com.sun.source.doctree.IndexTree
Known Direct Implementers
com.sun.tools.javac.tree.DCTree.DCInlineTag

A tree node used as the base class for the different types of inline tags.
Since
1.8

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

the name of the tag
getTagName
()

Returns the name of the tag.

Inherited from com.sun.source.doctree.DocTree:
acceptgetKind

Method Detail

getTagNameback to summary
public String getTagName()

Returns the name of the tag.

Returns:String

the name of the tag