インタフェース
com.sun.source.doctree.CommentTreeの使用
CommentTreeを使用するパッケージ
パッケージ
説明
ドキュメンテーション・コメントを抽象構文ツリー(AST)として表すためのインタフェースを提供します。
抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。
-
com.sun.source.doctreeでのCommentTreeの使用
型CommentTreeのパラメータを持つcom.sun.source.doctreeのメソッド -
com.sun.source.utilでのCommentTreeの使用
CommentTreeを返すcom.sun.source.utilのメソッド型CommentTreeのパラメータを持つcom.sun.source.utilのメソッド修飾子と型メソッド説明DocTreeScanner.visitComment(CommentTree node, P p)
CommentTreeノードをビジットします。SimpleDocTreeVisitor.visitComment(CommentTree node, P p)
CommentTreeノードをビジットします。