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