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 变量和类型 方法 描述 RAnnotationValueVisitor. visitEnumConstant(VariableElement c, P p)在注释中访问枚举值。RElementVisitor. 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 变量和类型 方法 描述 RSimpleAnnotationValueVisitor6. visitEnumConstant(VariableElement c, P p)在注释中访问枚举值。RElementKindVisitor6. visitVariable(VariableElement e, P p)访问变量元素RElementScanner6. visitVariable(VariableElement e, P p)访问变量元素。RElementScanner7. visitVariable(VariableElement e, P p)访问变量元素。RSimpleElementVisitor6. visitVariable(VariableElement e, P p)访问变量元素。RSimpleElementVisitor7. visitVariable(VariableElement e, P p)访问变量元素。RElementKindVisitor6. visitVariableAsEnumConstant(VariableElement e, P p)访问ENUM_CONSTANT可变元素。RElementKindVisitor6. visitVariableAsExceptionParameter(VariableElement e, P p)访问EXCEPTION_PARAMETER可变元素。RElementKindVisitor6. visitVariableAsField(VariableElement e, P p)访问字段变量元素。RElementKindVisitor6. visitVariableAsLocalVariable(VariableElement e, P p)访问LOCAL_VARIABLE可变元素。RElementKindVisitor6. visitVariableAsParameter(VariableElement e, P p)访问PARAMETER变量元素。RElementKindVisitor6. visitVariableAsResourceVariable(VariableElement e, P p)访问RESOURCE_VARIABLE可变元素。RElementKindVisitor7. visitVariableAsResourceVariable(VariableElement e, P p)访问RESOURCE_VARIABLE变量元素。
-