@Exported public interface DocTree
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
DocTree.Kind |
| 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() |
Gets 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.
Copyright © 2005, 2025, Oracle and/or its affiliates. All rights reserved.