JavaTM Platform
Standard Ed. 6

接口 javax.lang.model.element.ExecutableElement
的使用

使用 ExecutableElement 的软件包
javax.annotation.processing 用来声明注释处理器并允许注释处理器与注释处理工具环境通信的工具。 
javax.lang.model.element 用于 Java 编程语言的模型元素的接口。 
javax.lang.model.util 用来帮助处理程序元素类型的实用工具。 
 

javax.annotation.processingExecutableElement 的使用
 

参数类型为 ExecutableElementjavax.annotation.processing 中的方法
 Iterable<? extends Completion> AbstractProcessor.getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
          返回一个空的 completion 迭代。
 Iterable<? extends Completion> Processor.getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
          向工具框架返回某一注释的建议 completion 迭代。
 

javax.lang.model.elementExecutableElement 的使用
 

返回变量类型为 ExecutableElement 的类型的 javax.lang.model.element 中的方法
 Map<? extends ExecutableElement,? extends AnnotationValue> AnnotationMirror.getElementValues()
          返回此注释元素的值。
 

参数类型为 ExecutableElementjavax.lang.model.element 中的方法
 R ElementVisitor.visitExecutable(ExecutableElement e, P p)
          访问 executable 元素。
 

javax.lang.model.utilExecutableElement 的使用
 

返回变量类型为 ExecutableElement 的类型的 javax.lang.model.util 中的方法
static List<ExecutableElement> ElementFilter.constructorsIn(Iterable<? extends Element> elements)
          elements 中构造方法的列表。
static Set<ExecutableElement> ElementFilter.constructorsIn(Set<? extends Element> elements)
          返回 elements 中构造方法的集合。
 Map<? extends ExecutableElement,? extends AnnotationValue> Elements.getElementValuesWithDefaults(AnnotationMirror a)
          返回注释元素的值,包括默认值。
static List<ExecutableElement> ElementFilter.methodsIn(Iterable<? extends Element> elements)
          返回 elements 中方法的列表。
static Set<ExecutableElement> ElementFilter.methodsIn(Set<? extends Element> elements)
          返回 elements 中方法的集合。
 

参数类型为 ExecutableElementjavax.lang.model.util 中的方法
 boolean Elements.overrides(ExecutableElement overrider, ExecutableElement overridden, TypeElement type)
          测试一个方法(作为给定类型的成员)是否重写了另一个方法。
 R ElementKindVisitor6.visitExecutable(ExecutableElement e, P p)
          访问 executable 元素,指派给用于特定的 executable 种类 CONSTRUCTORINSTANCE_INITMETHODSTATIC_INIT 的 visit 方法。
 R ElementScanner6.visitExecutable(ExecutableElement e, P p)
          访问 executable 元素。
 R SimpleElementVisitor6.visitExecutable(ExecutableElement e, P p)
          访问 executable 元素。
 R ElementKindVisitor6.visitExecutableAsConstructor(ExecutableElement e, P p)
          通过调用 defaultAction 访问 CONSTRUCTOR executable 元素。
 R ElementKindVisitor6.visitExecutableAsInstanceInit(ExecutableElement e, P p)
          通过调用 defaultAction 访问 INSTANCE_INIT executable 元素。
 R ElementKindVisitor6.visitExecutableAsMethod(ExecutableElement e, P p)
          通过调用 defaultAction 访问 METHOD executable 元素。
 R ElementKindVisitor6.visitExecutableAsStaticInit(ExecutableElement e, P p)
          通过调用 defaultAction 访问 STATIC_INIT executable 元素。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策