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