Uses of Interface
javax.lang.model.element.VariableElement
-
Packages that use VariableElement 软件包 描述 javax.lang.model.element 用于建模Java编程语言元素的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of VariableElement in javax.lang.model.element
Methods in javax.lang.model.element that return types with arguments of type VariableElement 变量和类型 方法 描述 List<? extends VariableElement>
ExecutableElement. getParameters()
返回此可执行文件的形式参数。Methods in javax.lang.model.element with parameters of type VariableElement 变量和类型 方法 描述 R
AnnotationValueVisitor. visitEnumConstant(VariableElement c, P p)
在注释中访问枚举
值。R
ElementVisitor. visitVariable(VariableElement e, P p)
访问变量元素。 -
Uses of VariableElement in javax.lang.model.util
Methods in javax.lang.model.util that return types with arguments of type VariableElement 变量和类型 方法 描述 static List<VariableElement>
ElementFilter. fieldsIn(Iterable<? extends Element> elements)
返回elements
中的字段列表。static Set<VariableElement>
ElementFilter. fieldsIn(Set<? extends Element> elements)
返回elements
中的一组字段。Methods in javax.lang.model.util with parameters of type VariableElement 变量和类型 方法 描述 R
SimpleAnnotationValueVisitor6. visitEnumConstant(VariableElement c, P p)
在注释中访问枚举
值。R
ElementKindVisitor6. visitVariable(VariableElement e, P p)
访问变量元素R
ElementScanner6. visitVariable(VariableElement e, P p)
访问变量元素。R
ElementScanner7. visitVariable(VariableElement e, P p)
访问变量元素。R
SimpleElementVisitor6. visitVariable(VariableElement e, P p)
访问变量元素。R
SimpleElementVisitor7. visitVariable(VariableElement e, P p)
访问变量元素。R
ElementKindVisitor6. visitVariableAsEnumConstant(VariableElement e, P p)
访问ENUM_CONSTANT
可变元素。R
ElementKindVisitor6. visitVariableAsExceptionParameter(VariableElement e, P p)
访问EXCEPTION_PARAMETER
可变元素。R
ElementKindVisitor6. visitVariableAsField(VariableElement e, P p)
访问字段
变量元素。R
ElementKindVisitor6. visitVariableAsLocalVariable(VariableElement e, P p)
访问LOCAL_VARIABLE
可变元素。R
ElementKindVisitor6. visitVariableAsParameter(VariableElement e, P p)
访问PARAMETER
变量元素。R
ElementKindVisitor6. visitVariableAsResourceVariable(VariableElement e, P p)
访问RESOURCE_VARIABLE
可变元素。R
ElementKindVisitor7. visitVariableAsResourceVariable(VariableElement e, P p)
访问RESOURCE_VARIABLE
变量元素。
-