|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
Describes a field of a class.
Method Summary | |
---|---|
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. |
Methods inherited from interface net.sf.clirr.core.spi.Named |
---|
getName |
Methods inherited from interface net.sf.clirr.core.spi.Scoped |
---|
getDeclaredScope, getEffectiveScope |
Method Detail |
---|
JavaType getType()
boolean isFinal()
boolean isStatic()
boolean isDeprecated()
java.lang.Object getConstantValue()
null
if the compiler could
not calculate the value at compilation time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |