列挙型クラスjavax.lang.model.util.Elements.DocCommentKindの
使用
Elements.DocCommentKindを使用するパッケージ
パッケージ
説明
抽象構文ツリー(Abstract Syntax Tree、AST)の操作のためのユーティリティを提供します。
-
com.sun.source.utilでのElements.DocCommentKindの使用
修飾子と型メソッド説明abstract Elements.DocCommentKind
DocTrees.getDocCommentKind
(TreePath path) ツリー・ノードに関連付けられたドキュメント・コメントのスタイルを返します。 -
javax.lang.model.utilでのElements.DocCommentKindの使用
javax.lang.model.utilの型Elements.DocCommentKindの型引数を持つサブクラス修飾子と型メソッド説明default Elements.DocCommentKind
Elements.getDocCommentKind
(Element e) 指定された要素のドキュメント・コメントの種類を返します。コメントがない場合、または種類が不明な場合はnull
を返します。static Elements.DocCommentKind
指定された名前を持つこのクラスのenum定数を返します。static Elements.DocCommentKind[]
Elements.DocCommentKind.values()
この列挙クラスの定数を含む配列を宣言されている順序で 返します。