インタフェース
javax.lang.model.element.AnnotationValueVisitorの使用
パッケージ | 説明 |
---|---|
javax.lang.model.element |
Javaプログラミング言語の要素をモデル化するために使用されるインタフェースです。
|
javax.lang.model.util |
-
javax.lang.model.elementでのAnnotationValueVisitorの使用
型AnnotationValueVisitorのパラメータを持つjavax.lang.model.elementのメソッド 修飾子と型 メソッド 説明 <R, P> R
AnnotationValue. accept(AnnotationValueVisitor<R,P> v, P p)
この値にビジターを適用します。 -
javax.lang.model.utilでのAnnotationValueVisitorの使用
AnnotationValueVisitorを実装しているjavax.lang.model.utilのクラス 修飾子と型 クラス 説明 class
AbstractAnnotationValueVisitor14<R,P>
ソース・バージョンRELEASE_14
に適したデフォルトの動作を持つ、注釈値のスケルトン・ビジターです。class
AbstractAnnotationValueVisitor6<R,P>
RELEASE_6
ソース・バージョンに適したデフォルトの動作を持つ、注釈値のスケルトン・ビジターです。class
AbstractAnnotationValueVisitor7<R,P>
RELEASE_7
ソース・バージョンに適したデフォルトの動作を持つ、注釈値のスケルトン・ビジターです。class
AbstractAnnotationValueVisitor8<R,P>
RELEASE_8
ソース・バージョンに適したデフォルトの動作を持つ、注釈値のスケルトン・ビジターです。class
AbstractAnnotationValueVisitor9<R,P>
ソース・バージョンRELEASE_9
からRELEASE_14
に適したデフォルトの動作を持つ、注釈値に対するスケルトン・ビジターです。class
SimpleAnnotationValueVisitor14<R,P>
ソース・バージョンRELEASE_14
に適したデフォルト動作での注釈値の単純なビジターです。class
SimpleAnnotationValueVisitor6<R,P>
RELEASE_6
ソース・バージョンに適したデフォルトの動作を持つ、注釈値の単純なビジターです。class
SimpleAnnotationValueVisitor7<R,P>
RELEASE_7
ソース・バージョンに適したデフォルトの動作を持つ、注釈値の単純なビジターです。class
SimpleAnnotationValueVisitor8<R,P>
RELEASE_8
ソース・バージョンに適したデフォルトの動作を持つ、注釈値の単純なビジターです。class
SimpleAnnotationValueVisitor9<R,P>
ソース・バージョンRELEASE_9
からRELEASE_14
に適したデフォルトの動作を持つ、注釈値の単純なビジターです。