Uses of Interface
com.sun.source.doctree.InlineTagTree
Package | Description |
---|---|
com.sun.source.doctree |
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
|
-
Uses of InlineTagTree in com.sun.source.doctree
Subinterfaces of InlineTagTree in com.sun.source.doctree Modifier and Type Interface Description interface
DocRootTree
A tree node for an@docroot
inline tag.interface
IndexTree
A tree node for an@index
inline tag.interface
InheritDocTree
A tree node for an@inheritDoc
inline tag.interface
LinkTree
A tree node for an@link
or@linkplain
inline tag.interface
LiteralTree
A tree node for an@literal
or@code
inline tag.interface
SummaryTree
A tree node for an@summary
inline tag.interface
SystemPropertyTree
A tree node for an@systemProperty
inline tag.interface
UnknownInlineTagTree
A tree node for an unrecognized inline tag.interface
ValueTree
A tree node for an@value
inline tag.