Uses of Interface
javax.lang.model.element.AnnotationValue
-
Packages that use AnnotationValue 软件包 描述 com.sun.source.util 为抽象语法树(AST)上的操作提供实用程序。javax.annotation.processing 用于声明注释处理器和允许注释处理器与注释处理工具环境通信的工具。javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of AnnotationValue in com.sun.source.util
Methods in com.sun.source.util with parameters of type AnnotationValue 变量和类型 方法 描述 abstract TreePathTrees. getPath(Element e, AnnotationMirror a, AnnotationValue v)返回给定Element上AnnotationMirror的AnnotationValue的TreePath节点。abstract 树Trees. getTree(Element e, AnnotationMirror a, AnnotationValue v)返回给定Element上AnnotationMirror的AnnotationValue的Tree节点。 -
Uses of AnnotationValue in javax.annotation.processing
Methods in javax.annotation.processing with parameters of type AnnotationValue 变量和类型 方法 描述 voidMessager. printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v)在注释元素的注释镜像内的注释值的位置处打印指定类型的消息。 -
Uses of AnnotationValue in javax.lang.model.element
Methods in javax.lang.model.element that return AnnotationValue 变量和类型 方法 描述 AnnotationValueExecutableElement. getDefaultValue()如果此可执行文件是注释类型元素,则返回默认值。AnnotationValueUnknownAnnotationValueException. getUnknownAnnotationValue()返回未知的注释值。Methods in javax.lang.model.element that return types with arguments of type AnnotationValue 变量和类型 方法 描述 Map<? extends ExecutableElement,? extends AnnotationValue>AnnotationMirror. getElementValues()返回此批注元素的值。Methods in javax.lang.model.element with parameters of type AnnotationValue 变量和类型 方法 描述 default RAnnotationValueVisitor. visit(AnnotationValue av)一种便利方法,相当于visit(av, null)。RAnnotationValueVisitor. visit(AnnotationValue av, P p)访问注释值。RAnnotationValueVisitor. visitUnknown(AnnotationValue av, P p)访问未知类型的注释值。Method parameters in javax.lang.model.element with type arguments of type AnnotationValue 变量和类型 方法 描述 RAnnotationValueVisitor. visitArray(List<? extends AnnotationValue> vals, P p)访问注释中的数组值。Constructors in javax.lang.model.element with parameters of type AnnotationValue 构造器 描述 UnknownAnnotationValueException(AnnotationValue av, Object p)创建一个新的UnknownAnnotationValueException。 -
Uses of AnnotationValue in javax.lang.model.util
Methods in javax.lang.model.util that return types with arguments of type AnnotationValue 变量和类型 方法 描述 Map<? extends ExecutableElement,? extends AnnotationValue>Elements. getElementValuesWithDefaults(AnnotationMirror a)返回注释元素的值,包括默认值。Methods in javax.lang.model.util with parameters of type AnnotationValue 变量和类型 方法 描述 RAbstractAnnotationValueVisitor6. visit(AnnotationValue av)RAbstractAnnotationValueVisitor6. visit(AnnotationValue av, P p)访问任何注释值,就像将其自身传递给该值accept一样 。RAbstractAnnotationValueVisitor6. visitUnknown(AnnotationValue av, P p)访问未知类型的注释值。Method parameters in javax.lang.model.util with type arguments of type AnnotationValue 变量和类型 方法 描述 RSimpleAnnotationValueVisitor6. visitArray(List<? extends AnnotationValue> vals, P p)访问注释中的数组值。
-