|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleEntity
Common superinterface for code entities having access flags: classes, fields, and methods.
Method Summary | |
---|---|
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? |
Method Detail |
---|
int getAccessFlags()
boolean isStatic()
boolean isFinal()
boolean isPublic()
boolean isProtected()
boolean isPrivate()
boolean isSynthetic()
boolean isDeprecated()
ClassDescriptor getClassDescriptor()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |