public class UnresolvedXField extends AbstractField
Modifier | Constructor and Description |
---|---|
protected |
UnresolvedXField(FieldDescriptor m) |
protected |
UnresolvedXField(java.lang.String className,
java.lang.String methodName,
java.lang.String methodSig,
int accessFlags) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ComparableField o) |
AnnotationValue |
getAnnotation(ClassDescriptor desc) |
java.util.Collection<ClassDescriptor> |
getAnnotationDescriptors() |
java.util.Collection<AnnotationValue> |
getAnnotations() |
AnnotatedObject |
getContainingScope() |
java.lang.annotation.ElementType |
getElementType() |
java.lang.String |
getSourceSignature()
Get the signature representing the field/method's type, including generic
type
|
boolean |
isDeprecated()
Is the entity deprecated?
|
getFieldDescriptor, isSynthetic, isVolatile
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isReferenceType
getClassName, getName, getPackageName, getSignature, isResolved
getAccessFlags, getClassDescriptor, isFinal, isPrivate, isProtected, isPublic, isStatic
getClassDescriptor, isStatic
getClassDescriptor
protected UnresolvedXField(@DottedClassName java.lang.String className, java.lang.String methodName, java.lang.String methodSig, int accessFlags)
protected UnresolvedXField(FieldDescriptor m)
public int compareTo(ComparableField o)
public AnnotationValue getAnnotation(ClassDescriptor desc)
public java.util.Collection<ClassDescriptor> getAnnotationDescriptors()
public java.util.Collection<AnnotationValue> getAnnotations()
public AnnotatedObject getContainingScope()
public java.lang.annotation.ElementType getElementType()
public boolean isDeprecated()
AccessibleEntity
@CheckForNull public java.lang.String getSourceSignature()
ClassMember
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.