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, toStringgetFieldDescriptor, isSynthetic, isVolatilegetAccessFlags, getClassDescriptor, isFinal, isPrivate, isProtected, isPublic, isStaticgetClassDescriptorgetClassName, getName, getPackageName, getSignature, isResolvedgetClassDescriptor, isStaticclone, finalize, getClass, notify, notifyAll, wait, wait, waitisReferenceTypeprotected 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()
ClassMemberFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.