|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public JavaType getType()
public boolean isFinal()
public boolean isStatic()
public boolean isDeprecated()
public 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 |