パッケージ | 説明 |
---|---|
com.sun.source.doctree |
ドキュメンテーション・コメントを抽象構文ツリー(AST)として表すためのインタフェースを提供します。
|
com.sun.source.util |
抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。
|
修飾子と型 | インタフェースと説明 |
---|---|
interface |
AttributeTree
HTML要素の属性のツリー・ノードです。
|
interface |
AuthorTree
@authorブロック・タグのツリー・ノードです。
|
interface |
BlockTagTree
異なる型のブロック・タグの基底クラスとして使用されるツリー・ノードです。
|
interface |
CommentTree
埋込みHTMLコメントです。
|
interface |
DeprecatedTree
@deprecatedブロック・タグのツリー・ノードです。
|
interface |
DocCommentTree
ドキュメンテーション・コメントの最上位レベル表現です。
|
interface |
DocRootTree
@docrootインライン・タグのツリー・ノードです。
|
interface |
EndElementTree
HTML要素の終了のツリー・ノードです。
|
interface |
EntityTree
HTMLエンティティのツリー・ノードです。
|
interface |
ErroneousTree
不正なテキストの代用となるツリー・ノードです。
|
interface |
IdentifierTree
ドキュメンテーション・コメントの識別子です。
|
interface |
InheritDocTree
@inheritDocインライン・タグのツリー・ノードです。
|
interface |
InlineTagTree
異なる型のインライン・タグの基底クラスとして使用されるツリー・ノードです。
|
interface |
LinkTree
@linkまたは@linkplainインライン・タグのツリー・ノードです。
|
interface |
LiteralTree
@literalまたは@codeインライン・タグのツリー・ノードです。
|
interface |
ParamTree
@paramブロック・タグのツリー・ノードです。
|
interface |
ReferenceTree
Java言語要素を参照するツリー・ノードです。
|
interface |
ReturnTree
@returnブロック・タグのツリー・ノードです。
|
interface |
SeeTree
@seeブロック・タグのツリー・ノードです。
|
interface |
SerialDataTree
@serialDataブロック・タグのツリー・ノードです。
|
interface |
SerialFieldTree
@serialDataブロック・タグのツリー・ノードです。
|
interface |
SerialTree
@serialブロック・タグのツリー・ノードです。
|
interface |
SinceTree
@sinceブロック・タグのツリー・ノードです。
|
interface |
StartElementTree
HTML要素の開始のツリー・ノードです。
|
interface |
TextTree
プレーン・テキストのツリー・ノードです。
|
interface |
ThrowsTree
@exceptionまたは@throwsブロック・タグのツリー・ノードです。
|
interface |
UnknownBlockTagTree
認識されないインライン・タグのツリー・ノードです。
|
interface |
UnknownInlineTagTree
認識されないインライン・タグのツリー・ノードです。
|
interface |
ValueTree
@valueインライン・タグのツリー・ノードです。
|
interface |
VersionTree
@versionブロック・タグのツリー・ノードです。
|
修飾子と型 | メソッドと説明 |
---|---|
List<? extends DocTree> |
StartElementTree.getAttributes() |
List<? extends DocTree> |
DocCommentTree.getBlockTags() |
List<? extends DocTree> |
DocCommentTree.getBody() |
List<? extends DocTree> |
VersionTree.getBody() |
List<? extends DocTree> |
SinceTree.getBody() |
List<? extends DocTree> |
DeprecatedTree.getBody() |
List<? extends DocTree> |
UnknownInlineTagTree.getContent() |
List<? extends DocTree> |
UnknownBlockTagTree.getContent() |
List<? extends DocTree> |
ReturnTree.getDescription() |
List<? extends DocTree> |
SerialDataTree.getDescription() |
List<? extends DocTree> |
ParamTree.getDescription() |
List<? extends DocTree> |
SerialFieldTree.getDescription() |
List<? extends DocTree> |
ThrowsTree.getDescription() |
List<? extends DocTree> |
SerialTree.getDescription() |
List<? extends DocTree> |
DocCommentTree.getFirstSentence() |
List<? extends DocTree> |
LinkTree.getLabel() |
List<? extends DocTree> |
AuthorTree.getName() |
List<? extends DocTree> |
SeeTree.getReference() |
List<? extends DocTree> |
AttributeTree.getValue() |
修飾子と型 | メソッドと説明 |
---|---|
R |
DocTreeVisitor.visitOther(DocTree node, P p) |
修飾子と型 | メソッドと説明 |
---|---|
DocTree |
DocTreePath.getLeaf()
このパスの葉ノードを取得します。
|
修飾子と型 | メソッドと説明 |
---|---|
Iterator<DocTree> |
DocTreePath.iterator() |
修飾子と型 | メソッドと説明 |
---|---|
protected R |
SimpleDocTreeVisitor.defaultAction(DocTree node, P p) |
long |
DocSourcePositions.getEndPosition(CompilationUnitTree file, DocCommentTree comment, DocTree tree)
ファイル内のコメント内のツリーの終了位置を取得します。
|
static DocTreePath |
DocTreePath.getPath(DocTreePath path, DocTree target)
DocTreePathオブジェクトによって識別されるサブツリー内のツリー・ノードのドキュメンテーション・ツリー・パスを取得します。
|
static DocTreePath |
DocTreePath.getPath(TreePath treePath, DocCommentTree doc, DocTree target)
コンパイル・ユニット内のツリー・ノードのドキュメンテーション・ツリー・パスを取得します。
|
long |
DocSourcePositions.getStartPosition(CompilationUnitTree file, DocCommentTree comment, DocTree tree)
ファイル内のコメント内のツリーの開始位置を取得します。
|
abstract void |
DocTrees.printMessage(Diagnostic.Kind kind, CharSequence msg, DocTree t, DocCommentTree c, CompilationUnitTree root)
指定されたコンパイル単位内のツリーの位置に、指定された種類のメッセージを出力します
|
R |
DocTreeScanner.scan(DocTree node, P p)
単一ノードをスキャンします。
|
R |
DocTreePathScanner.scan(DocTree tree, P p)
単一ノードをスキャンします。
|
R |
SimpleDocTreeVisitor.visit(DocTree node, P p) |
R |
DocTreeScanner.visitOther(DocTree node, P p) |
R |
SimpleDocTreeVisitor.visitOther(DocTree node, P p) |
修飾子と型 | メソッドと説明 |
---|---|
R |
DocTreeScanner.scan(Iterable<? extends DocTree> nodes, P p)
ノードのリストをスキャンします。
|
R |
SimpleDocTreeVisitor.visit(Iterable<? extends DocTree> nodes, P p) |
コンストラクタと説明 |
---|
DocTreePath(DocTreePath p, DocTree t)
子ノードのDocTreePathを作成します。
|
Copyright© 2005, 2014, Oracle and/or its affiliates. All rights reserved.