AccessibleEntity
, ClassMember
, ComparableField
, XField
, AnnotatedObject
, FieldOrMethodName
, java.io.Serializable
, java.lang.Comparable<ComparableField>
public class UnresolvedXField extends AbstractField
Modifier | Constructor | 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 | 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?
|
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic, toString
getFieldDescriptor, isSynthetic, isVolatile
getAccessFlags, getClassDescriptor, isFinal, isPrivate, isProtected, isPublic, isStatic
getClassDescriptor
getClassName, getName, getPackageName, getSignature, isResolved
getClassDescriptor, isStatic
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isReferenceType
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.