ClassMember
, XClass
, XField
, XMethod
AbstractClassMember
, AbstractField
, AbstractMethod
, ClassInfo
, FieldInfo
, MethodInfo
, UnresolvedXField
public interface AccessibleEntity
Modifier and Type | Method | Description |
---|---|---|
int |
getAccessFlags() |
Get the entity's access flags.
|
ClassDescriptor |
getClassDescriptor() |
Get the ClassDescriptor representing the class (if entity is a class) or
the class containing the entity (if a field or method).
|
boolean |
isDeprecated() |
Is the entity deprecated?
|
boolean |
isFinal() |
Is the entity final?
|
boolean |
isPrivate() |
Is the entity private?
|
boolean |
isProtected() |
Is the entity protected?
|
boolean |
isPublic() |
Is the entity public?
|
boolean |
isStatic() |
Is the entity static?
|
boolean |
isSynthetic() |
Is the entity synthetic?
|
int getAccessFlags()
boolean isStatic()
boolean isFinal()
boolean isPublic()
boolean isProtected()
boolean isPrivate()
boolean isSynthetic()
boolean isDeprecated()
ClassDescriptor getClassDescriptor()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.