Uses of Interface
javax.lang.model.element.AnnotationValueVisitor
-
Packages that use AnnotationValueVisitor 软件包 描述 javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.util 协助处理 program elements及 types的公用事业 。 -
-
Uses of AnnotationValueVisitor in javax.lang.model.element
Methods in javax.lang.model.element with parameters of type AnnotationValueVisitor Modifier and Type 方法 描述 <R,P> R
AnnotationValue. accept(AnnotationValueVisitor<R,P> v, P p)
将访问者应用于此值。 -
Uses of AnnotationValueVisitor in javax.lang.model.util
Classes in javax.lang.model.util that implement AnnotationValueVisitor Modifier and Type Class 描述 class
AbstractAnnotationValueVisitor6<R,P>
注释值的骨架访问者,默认行为适用于RELEASE_6
源版本。class
AbstractAnnotationValueVisitor7<R,P>
注释值的骨架访问者,具有适用于RELEASE_7
源版本的默认行为。class
AbstractAnnotationValueVisitor8<R,P>
具有默认行为的注释值的骨架访问者适用于RELEASE_8
源版本。class
AbstractAnnotationValueVisitor9<R,P>
注释值的骨架访问者,默认行为适用于RELEASE_9
源版本。class
SimpleAnnotationValueVisitor6<R,P>
注释值的简单访问者,默认行为适用于RELEASE_6
源版本。class
SimpleAnnotationValueVisitor7<R,P>
注释值的简单访问者,默认行为适用于RELEASE_7
源版本。class
SimpleAnnotationValueVisitor8<R,P>
注释值的简单访问者,默认行为适用于RELEASE_8
源版本。class
SimpleAnnotationValueVisitor9<R,P>
注释值的简单访问者,默认行为适用于RELEASE_9
源版本。
-