| Package | Description |
|---|---|
| oracle.javatools.parser.java.v2.model.doc |
The parser model API for doc elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceDocBlockTag
A
SourceDocBlockTag represents a block tag within a SourceDocComment. |
interface |
SourceDocComment
A
SourceDocComment represents a documentation comment ("doc comment") associated with a class, interface, constructor, method, or field. |
interface |
SourceDocDescription
A
SourceDocDescription represents the main description of a SourceDocComment or the description of a SourceDocTag. |
interface |
SourceDocHasDescription
A doc element that has a description.
|
interface |
SourceDocInlineTag
A
SourceDocInlineTag represents an in-line tag within a SourceDocDescription. |
interface |
SourceDocReference
A
SourceDocReference represents the Java element reference in @exception, @link, @linkplain, @param, @see, @serialField, @throws, and two-argument @value> tags. |
interface |
SourceDocTag
A
SourceDocTag represents a block tag within a SourceDocComment or an in-line tag within a SourceDocDescription. |
interface |
SourceDocTagName
A
SourceDocTagName represents the name of a doc tag. |
interface |
SourceDocTextFragment
A
SourceDocTextFragment represents a text fragment within a SourceDocDescription. |