Package | Description |
---|---|
com.sun.source.doctree |
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthorTree
A tree node for an @author block tag.
|
interface |
DeprecatedTree
A tree node for an @deprecated block tag.
|
interface |
ParamTree
A tree node for an @param block tag.
|
interface |
ReturnTree
A tree node for an @return block tag.
|
interface |
SeeTree
A tree node for an @see block tag.
|
interface |
SerialDataTree
A tree node for an @serialData block tag.
|
interface |
SerialFieldTree
A tree node for an @serialData block tag.
|
interface |
SerialTree
A tree node for an @serial block tag.
|
interface |
SinceTree
A tree node for an @since block tag.
|
interface |
ThrowsTree
A tree node for an @exception or @throws block tag.
|
interface |
UnknownBlockTagTree
A tree node for an unrecognized inline tag.
|
interface |
VersionTree
A tree node for an @version block tag.
|
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.