AttributeTree, AuthorTree, BlockTagTree, CommentTree, DeprecatedTree, DocCommentTree, DocRootTree, EndElementTree, EntityTree, ErroneousTree, HiddenTree, IdentifierTree, IndexTree, InheritDocTree, InlineTagTree, LinkTree, LiteralTree, ParamTree, ReferenceTree, ReturnTree, SeeTree, SerialDataTree, SerialFieldTree, SerialTree, SinceTree, StartElementTree, TextTree, ThrowsTree, UnknownBlockTagTree, UnknownInlineTagTree, ValueTree, VersionTreepublic interface DocTree
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
DocTree.Kind |
Enumerates all kinds of trees.
|
| Modifier and Type | Method | Description |
|---|---|---|
<R,D> R |
accept(DocTreeVisitor<R,D> visitor,
D data) |
Accept method used to implement the visitor pattern.
|
DocTree.Kind |
getKind() |
Returns the kind of this tree.
|
DocTree.Kind getKind()
<R,D> R accept(DocTreeVisitor<R,D> visitor, D data)
R - result type of this operation.D - type of additional data.visitor - the visitor to be calleddata - a parameter value to be passed to the visitor method
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1