| net.sf.clirr.core.spi.Field
All known Subclasses: net.sf.clirr.core.internal.bcel.BcelField,
getConstantValue | Object getConstantValue()(Code) | | Returns the constant value of this field.
The constant value is an Object if the field is static and final and the java compiler
could calculate the value at compilation time.
the constant value or null if the compiler could not calculate the value at compilation time |
isDeprecated | boolean isDeprecated()(Code) | | Whether the field is deprecated.
|
isFinal | boolean isFinal()(Code) | | Whether the field is declared as final.
|
isStatic | boolean isStatic()(Code) | | Whether the field is declared as static.
|
|
|