AttributeTree
, AuthorTree
, BlockTagTree
, CommentTree
, DeprecatedTree
, DocCommentTree
, DocRootTree
, EndElementTree
, EntityTree
, ErroneousTree
, HiddenTree
, IdentifierTree
, IndexTree
, InheritDocTree
, InlineTagTree
, LinkTree
, LiteralTree
, ParamTree
, ProvidesTree
, ReferenceTree
, ReturnTree
, SeeTree
, SerialDataTree
, SerialFieldTree
, SerialTree
, SinceTree
, StartElementTree
, TextTree
, ThrowsTree
, UnknownBlockTagTree
, UnknownInlineTagTree
, UsesTree
, ValueTree
, VersionTree
public 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 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1