JavaTM Platform
Standard Ed. 6

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

使用 VariableElement 的软件包
javax.lang.model.element 用于 Java 编程语言的模型元素的接口。 
javax.lang.model.util 用来帮助处理程序元素类型的实用工具。 
 

javax.lang.model.elementVariableElement 的使用
 

返回变量类型为 VariableElement 的类型的 javax.lang.model.element 中的方法
 List<? extends VariableElement> ExecutableElement.getParameters()
          返回此 executable 的形参。
 

参数类型为 VariableElementjavax.lang.model.element 中的方法
 R AnnotationValueVisitor.visitEnumConstant(VariableElement c, P p)
          访问注释中的 enum 值。
 R ElementVisitor.visitVariable(VariableElement e, P p)
          访问变量元素。
 

javax.lang.model.utilVariableElement 的使用
 

返回变量类型为 VariableElement 的类型的 javax.lang.model.util 中的方法
static List<VariableElement> ElementFilter.fieldsIn(Iterable<? extends Element> elements)
          返回 elements 中字段的列表。
static Set<VariableElement> ElementFilter.fieldsIn(Set<? extends Element> elements)
          返回 elements 中字段的集合。
 

参数类型为 VariableElementjavax.lang.model.util 中的方法
 R SimpleAnnotationValueVisitor6.visitEnumConstant(VariableElement c, P p)
          访问注释中的 enum 值。
 R ElementKindVisitor6.visitVariable(VariableElement e, P p)
          访问变量元素,指派给用于特定的变量种类 ENUM_CONSTANTEXCEPTION_PARAMETERFIELDLOCAL_VARIABLEPARAMETER 的 visit 方法。
 R ElementScanner6.visitVariable(VariableElement e, P p)
          访问变量元素。
 R SimpleElementVisitor6.visitVariable(VariableElement e, P p)
          访问变量元素。
 R ElementKindVisitor6.visitVariableAsEnumConstant(VariableElement e, P p)
          通过调用 defaultAction 访问 ENUM_CONSTANT 变量元素。
 R ElementKindVisitor6.visitVariableAsExceptionParameter(VariableElement e, P p)
          通过调用 defaultAction 访问 EXCEPTION_PARAMETER 变量元素。
 R ElementKindVisitor6.visitVariableAsField(VariableElement e, P p)
          通过调用 defaultAction 访问 FIELD 变量元素。
 R ElementKindVisitor6.visitVariableAsLocalVariable(VariableElement e, P p)
          通过调用 defaultAction 访问 LOCAL_VARIABLE 变量元素。
 R ElementKindVisitor6.visitVariableAsParameter(VariableElement e, P p)
          通过调用 defaultAction 访问 PARAMETER 变量元素。
 


JavaTM Platform
Standard Ed. 6

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

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