|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.umd.cs.findbugs.ba.AbstractClassMember
public abstract class AbstractClassMember
| Constructor Summary | |
|---|---|
protected |
AbstractClassMember(java.lang.String className,
java.lang.String name,
java.lang.String signature,
int accessFlags)
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
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). |
java.lang.String |
getClassName()
Get the full (dotted) name of the class (if the object represents a class) or the class the entity is defined in (if a field or method). |
java.lang.String |
getName()
Get the name of the field/method. |
java.lang.String |
getPackageName()
Get the (dotted) name of the package in which the entity is defined. |
java.lang.String |
getSignature()
Get the signature representing the field/method's type. |
int |
hashCode()
|
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 |
isReferenceType()
|
boolean |
isResolved()
Did we find a declaration of this entity? |
boolean |
isStatic()
Is the entity static? |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.umd.cs.findbugs.ba.ClassMember |
|---|
getSourceSignature |
| Methods inherited from interface edu.umd.cs.findbugs.ba.AccessibleEntity |
|---|
isDeprecated, isSynthetic |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
protected AbstractClassMember(@DottedClassName
java.lang.String className,
java.lang.String name,
java.lang.String signature,
int accessFlags)
| Method Detail |
|---|
@DottedClassName public java.lang.String getClassName()
ClassMember
getClassName in interface ClassMemberpublic ClassDescriptor getClassDescriptor()
AccessibleEntity
getClassDescriptor in interface AccessibleEntitygetClassDescriptor in interface FieldOrMethodNamepublic java.lang.String getName()
ClassMember
getName in interface ClassMembergetName in interface FieldOrMethodName@DottedClassName public java.lang.String getPackageName()
ClassMember
getPackageName in interface ClassMemberpublic java.lang.String getSignature()
ClassMember
getSignature in interface ClassMembergetSignature in interface FieldOrMethodNamepublic boolean isReferenceType()
public int getAccessFlags()
AccessibleEntity
getAccessFlags in interface AccessibleEntitypublic boolean isStatic()
AccessibleEntity
isStatic in interface AccessibleEntityisStatic in interface FieldOrMethodNamepublic boolean isFinal()
AccessibleEntity
isFinal in interface AccessibleEntitypublic boolean isPublic()
AccessibleEntity
isPublic in interface AccessibleEntitypublic boolean isProtected()
AccessibleEntity
isProtected in interface AccessibleEntitypublic boolean isPrivate()
AccessibleEntity
isPrivate in interface AccessibleEntitypublic boolean isResolved()
ClassMember
isResolved in interface ClassMemberpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||