src/share/classes/com/sun/source/util/DocTreePath.java

changeset 2083
379c04c090cf
parent 1726
a7ff36d06fa2
child 2525
2eb010b6cb22
equal deleted inserted replaced
2082:c0d44b1e6b6a 2083:379c04c090cf
33 * A path of tree nodes, typically used to represent the sequence of ancestor 33 * A path of tree nodes, typically used to represent the sequence of ancestor
34 * nodes of a tree node up to the top level DocCommentTree node. 34 * nodes of a tree node up to the top level DocCommentTree node.
35 * 35 *
36 * @since 1.8 36 * @since 1.8
37 */ 37 */
38 @jdk.Supported 38 @jdk.Exported
39 public class DocTreePath implements Iterable<DocTree> { 39 public class DocTreePath implements Iterable<DocTree> {
40 /** 40 /**
41 * Gets a documentation tree path for a tree node within a compilation unit. 41 * Gets a documentation tree path for a tree node within a compilation unit.
42 * @return null if the node is not found 42 * @return null if the node is not found
43 */ 43 */

mercurial