Uses of Interface
javax.lang.model.element.AnnotationMirror
-
Packages that use AnnotationMirror 软件包 描述 com.sun.source.util 为抽象语法树(AST)上的操作提供实用程序。javax.annotation.processing 用于声明注释处理器和允许注释处理器与注释处理工具环境通信的工具。javax.lang.model 用于为Java编程语言建模的包的类和层次结构。javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of AnnotationMirror in com.sun.source.util
Methods in com.sun.source.util with parameters of type AnnotationMirror 变量和类型 方法 描述 abstract TreePathTrees. getPath(Element e, AnnotationMirror a)返回给定Element上AnnotationMirror的TreePath节点。abstract TreePathTrees. getPath(Element e, AnnotationMirror a, AnnotationValue v)返回给定Element上AnnotationMirror的AnnotationValue的TreePath节点。abstract 树Trees. getTree(Element e, AnnotationMirror a)返回给定Element上AnnotationMirror的Tree节点。abstract 树Trees. getTree(Element e, AnnotationMirror a, AnnotationValue v)返回给定Element上AnnotationMirror的AnnotationValue的Tree节点。 -
Uses of AnnotationMirror in javax.annotation.processing
Methods in javax.annotation.processing with parameters of type AnnotationMirror 变量和类型 方法 描述 Iterable<? extends Completion>AbstractProcessor. getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)返回一个空的迭代完成。Iterable<? extends Completion>Processor. getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)向工具基础结构返回一个可重复的注释建议完成。voidMessager. printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a)在带注释元素的注释镜像的位置打印指定类型的消息。voidMessager. printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v)在注释元素的注释镜像内的注释值的位置处打印指定类型的消息。 -
Uses of AnnotationMirror in javax.lang.model
Methods in javax.lang.model that return types with arguments of type AnnotationMirror 变量和类型 方法 描述 List<? extends AnnotationMirror>AnnotatedConstruct. getAnnotationMirrors()返回 直接出现在此构造上的注释。 -
Uses of AnnotationMirror in javax.lang.model.element
Methods in javax.lang.model.element that return types with arguments of type AnnotationMirror 变量和类型 方法 描述 List<? extends AnnotationMirror>Element. getAnnotationMirrors()返回 直接出现在此构造上的注释。Methods in javax.lang.model.element with parameters of type AnnotationMirror 变量和类型 方法 描述 RAnnotationValueVisitor. visitAnnotation(AnnotationMirror a, P p)访问注释中的注释值。 -
Uses of AnnotationMirror in javax.lang.model.util
Methods in javax.lang.model.util that return types with arguments of type AnnotationMirror 变量和类型 方法 描述 List<? extends AnnotationMirror>Elements. getAllAnnotationMirrors(Element e)返回元素上 存在的所有注释,无论是直接存在还是通过继承存在。Methods in javax.lang.model.util with parameters of type AnnotationMirror 变量和类型 方法 描述 Map<? extends ExecutableElement,? extends AnnotationValue>Elements. getElementValuesWithDefaults(AnnotationMirror a)返回注释元素的值,包括默认值。default Elements.OriginElements. getOrigin(AnnotatedConstruct c, AnnotationMirror a)返回给定注释镜像的 原点 。RSimpleAnnotationValueVisitor6. visitAnnotation(AnnotationMirror a, P p)访问注释中的注释值。
-