Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getConstantValue()
Returns the constant value of this field.
|
JavaType |
getType()
The type of this field.
|
boolean |
isDeprecated()
Whether the field is deprecated.
|
boolean |
isFinal()
Whether the field is declared as final.
|
boolean |
isStatic()
Whether the field is declared as static.
|
getDeclaredScope, getEffectiveScope
JavaType getType()
boolean isFinal()
boolean isStatic()
boolean isDeprecated()
java.lang.Object getConstantValue()
null
if the compiler could
not calculate the value at compilation timeCopyright © 2003-2012 Lars K??hne. All Rights Reserved.