|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassMember
Common super-interface for class members (fields and methods).
XField
,
XMethod
Method Summary | |
---|---|
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. |
java.lang.String |
getSourceSignature()
Get the signature representing the field/method's type, including generic type |
boolean |
isResolved()
Did we find a declaration of this entity? |
Methods inherited from interface edu.umd.cs.findbugs.ba.AccessibleEntity |
---|
getAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynthetic |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface edu.umd.cs.findbugs.classfile.FieldOrMethodName |
---|
getClassDescriptor, isStatic |
Method Detail |
---|
@DottedClassName java.lang.String getClassName()
@DottedClassName java.lang.String getPackageName()
java.lang.String getName()
getName
in interface FieldOrMethodName
java.lang.String getSignature()
getSignature
in interface FieldOrMethodName
@CheckForNull java.lang.String getSourceSignature()
boolean isResolved()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |