JavaTM 2 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 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only