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, isVolatileequals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisReferenceTypegetClassName, getName, getPackageName, getSignature, isResolvedgetAccessFlags, getClassDescriptor, isFinal, isPrivate, isProtected, isPublic, isStaticgetClassDescriptor, isStaticgetClassDescriptorprotected 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.