public interface IField extends IMember
Modifier and Type | Method and Description |
---|---|
TypeReference |
getFieldTypeReference() |
FieldReference |
getReference() |
boolean |
isFinal()
Is this field final?
|
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic()
Is this member static?
|
boolean |
isVolatile()
Is this member volatile?
|
getAnnotations, getDeclaringClass, getName
getClassHierarchy
TypeReference getFieldTypeReference()
FieldReference getReference()
boolean isFinal()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
IMember
boolean isVolatile()