|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 VariableElement 的軟體套件 | |
---|---|
javax.lang.model.element | 用於 Java 程式語言的模型元素的介面。 |
javax.lang.model.util | 用來說明處理程序元素和型別的實用工具。 |
javax.lang.model.element 中 VariableElement 的使用 |
---|
返回變數型別為 VariableElement 的型別的 javax.lang.model.element 中的方法 | |
---|---|
List<? extends VariableElement> |
ExecutableElement.getParameters()
返回此 executable 的形參。 |
參數型別為 VariableElement 的 javax.lang.model.element 中的方法 | |
---|---|
R |
AnnotationValueVisitor.visitEnumConstant(VariableElement c,
P p)
存取註釋中的 enum 值。 |
R |
ElementVisitor.visitVariable(VariableElement e,
P p)
存取變數元素。 |
javax.lang.model.util 中 VariableElement 的使用 |
---|
返回變數型別為 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 中欄位的集合。 |
參數型別為 VariableElement 的 javax.lang.model.util 中的方法 | |
---|---|
R |
SimpleAnnotationValueVisitor6.visitEnumConstant(VariableElement c,
P p)
存取註釋中的 enum 值。 |
R |
ElementKindVisitor6.visitVariable(VariableElement e,
P p)
存取變數元素,指派給用於特定的變數種類別 ENUM_CONSTANT 、EXCEPTION_PARAMETER 、FIELD 、LOCAL_VARIABLE 或 PARAMETER 的 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。