Package | Description |
---|---|
com.sun.source.doctree |
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
|
Modifier and Type | Interface and Description |
---|---|
interface |
DocRootTree
A tree node for an @docroot 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 |
UnknownInlineTagTree
A tree node for an unrecognized inline tag.
|
interface |
ValueTree
A tree node for an @value inline tag.
|
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.