public interface FieldD extends MemberD, HasNameD, HasTypeD, HasAnnotationsD
Declaration.DeclarationKind| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConstantValue()
Gets the constant value of this field, as defined by the JVMS.
|
boolean |
isEnumConstant()
True if this is an enum constant.
|
boolean |
isTransient()
True if this is modified with "transient".
|
boolean |
isVolatile()
True if this is modified with "volatile".
|
getEnclosingClass, getModifiers, isFinal, isPrivate, isProtected, isPublic, isStaticgetAnnotationsgetDeclarationKind, getPosition, isSyntheticboolean isEnumConstant()
boolean isVolatile()
boolean isTransient()
java.lang.Object getConstantValue()