|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface VariableElement
表示一个字段、enum
常量、方法或构造方法参数、局部变量或异常参数。
方法摘要 | |
---|---|
Object |
getConstantValue()
如果此变量是一个被初始化为编译时常量的 static final 字段,则返回此变量的值。 |
从接口 javax.lang.model.element.Element 继承的方法 |
---|
accept, asType, equals, getAnnotation, getAnnotationMirrors, getEnclosedElements, getEnclosingElement, getKind, getModifiers, getSimpleName, hashCode |
方法详细信息 |
---|
Object getConstantValue()
static final
字段,则返回此变量的值。否则返回 null
。该值为基本类型或 String
。如果该值为基本类型,则它被包装在适当的包装类中(比如 Integer
)。
注意,并非所有的 static final
字段都将具有常量值。特别是,enum
常量不 被认为是编译时常量。要获得一个常量值,字段的类型必须是基本类型或 String
。
static final
字段,则返回此变量的值,否则返回 null
Elements.getConstantExpression(Object)
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。