public interface DocTree
Modifier and Type | Interface and Description |
---|---|
static class |
DocTree.Kind
Enumerates all kinds of trees.
|
Modifier and Type | Method and 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-internal+0-2016-04-25-041322.buildd.src