Class UnresolvedXField
java.lang.Object
edu.umd.cs.findbugs.ba.AbstractClassMember
edu.umd.cs.findbugs.ba.AbstractField
edu.umd.cs.findbugs.ba.UnresolvedXField
- All Implemented Interfaces:
AccessibleEntity, ClassMember, ComparableField, XField, AnnotatedObject, FieldOrMethodName, Serializable, Comparable<ComparableField>
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedUnresolvedXField(String className, String methodName, String methodSig, int accessFlags) -
Method Summary
Modifier and TypeMethodDescriptionintgetAnnotation(ClassDescriptor desc) Get the signature representing the field/method's type, including generic typebooleanIs the entity deprecated?Methods inherited from class AbstractField
getFieldDescriptor, isEnum, isSynthetic, isVolatileMethods inherited from class AbstractClassMember
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic, markAsResolved, toStringMethods inherited from interface AccessibleEntity
getAccessFlags, getClassDescriptor, isFinal, isPrivate, isProtected, isPublic, isStaticMethods inherited from interface AnnotatedObject
getClassDescriptorMethods inherited from interface ClassMember
getClassName, getName, getPackageName, getSignature, isResolvedMethods inherited from interface FieldOrMethodName
getClassDescriptor, isStaticMethods inherited from interface XField
isReferenceType
-
Constructor Details
-
UnresolvedXField
protected UnresolvedXField(@DottedClassName String className, String methodName, String methodSig, int accessFlags) -
UnresolvedXField
-
-
Method Details
-
compareTo
-
getAnnotation
-
getAnnotationDescriptors
-
getAnnotations
-
getContainingScope
-
getElementType
-
isDeprecated
public boolean isDeprecated()Description copied from interface:AccessibleEntityIs the entity deprecated? -
getSourceSignature
Description copied from interface:ClassMemberGet the signature representing the field/method's type, including generic type
-