コンストラクタと説明 |
---|
DocTreePath(DocTreePath p, DocTree t)
子ノードのDocTreePathを作成します。
|
DocTreePath(TreePath treePath, DocCommentTree t)
ルート・ノードのDocTreePathを作成します。
|
修飾子と型 | メソッドと説明 |
---|---|
DocCommentTree |
getDocComment()
このパスに関連付けられたDocCommentTreeを取得します。
|
DocTree |
getLeaf()
このパスの葉ノードを取得します。
|
DocTreePath |
getParentPath()
包含するノードのパスを取得します。包含するノードがない場合は、nullを返します。
|
static DocTreePath |
getPath(DocTreePath path, DocTree target)
DocTreePathオブジェクトによって識別されるサブツリー内のツリー・ノードのドキュメンテーション・ツリー・パスを取得します。
|
static DocTreePath |
getPath(TreePath treePath, DocCommentTree doc, DocTree target)
コンパイル・ユニット内のツリー・ノードのドキュメンテーション・ツリー・パスを取得します。
|
TreePath |
getTreePath()
このパスに関連付けられたTreePathを取得します。
|
Iterator<DocTree> |
iterator()
型
T の要素のイテレータを返します。 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public DocTreePath(TreePath treePath, DocCommentTree t)
treePath
- ルート・ノードが作成されたTreePath。t
- パスを作成するDocCommentTree。public DocTreePath(DocTreePath p, DocTree t)
public static DocTreePath getPath(TreePath treePath, DocCommentTree doc, DocTree target)
public static DocTreePath getPath(DocTreePath path, DocTree target)
public TreePath getTreePath()
public DocCommentTree getDocComment()
public DocTree getLeaf()
public DocTreePath getParentPath()
Copyright© 2005, 2014, Oracle and/or its affiliates. All rights reserved.