インタフェース
com.sun.source.doctree.AuthorTreeの使用
パッケージ
説明
ドキュメンテーション・コメントを抽象構文ツリー(AST)として表すためのインタフェースを提供します。
抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。
-
com.sun.source.doctreeでのAuthorTreeの使用
-
com.sun.source.utilでのAuthorTreeの使用
修飾子と型メソッド説明DocTreeFactory.newAuthorTree
(List<? extends DocTree> name) @author
タグを表す新しいAuthorTree
オブジェクトを作成します。修飾子と型メソッド説明DocTreeScanner.visitAuthor
(AuthorTree node, P p) AuthorTree
ノードにビジットします。SimpleDocTreeVisitor.visitAuthor
(AuthorTree node, P p) AuthorTree
ノードにビジットします。