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, getNamegetClassHierarchyTypeReference getFieldTypeReference()
FieldReference getReference()
boolean isFinal()
boolean isPrivate()
boolean isProtected()
boolean isPublic()
boolean isStatic()
IMemberboolean isVolatile()