FindBugs™ 1.3.9

edu.umd.cs.findbugs.ba
Class UnresolvedXField

java.lang.Object
  extended by edu.umd.cs.findbugs.ba.AbstractClassMember
      extended by edu.umd.cs.findbugs.ba.AbstractField
          extended by edu.umd.cs.findbugs.ba.UnresolvedXField
All Implemented Interfaces:
AccessibleEntity, ClassMember, XField, AnnotatedObject, FieldOrMethodName, java.io.Serializable, java.lang.Comparable

public class UnresolvedXField
extends AbstractField

Author:
pugh
See Also:
Serialized Form

Constructor Summary
protected UnresolvedXField(FieldDescriptor m)
           
protected UnresolvedXField(java.lang.String className, java.lang.String methodName, java.lang.String methodSig, int accessFlags)
           
 
Method Summary
 int compareTo(java.lang.Object 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?
 
Methods inherited from class edu.umd.cs.findbugs.ba.AbstractField
getFieldDescriptor, isSynthetic, isVolatile
 
Methods inherited from class edu.umd.cs.findbugs.ba.AbstractClassMember
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.umd.cs.findbugs.ba.XField
isReferenceType
 
Methods inherited from interface edu.umd.cs.findbugs.ba.ClassMember
getClassName, getName, getPackageName, getSignature, isResolved
 
Methods inherited from interface edu.umd.cs.findbugs.ba.AccessibleEntity
getAccessFlags, getClassDescriptor, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from interface edu.umd.cs.findbugs.classfile.FieldOrMethodName
getClassDescriptor, isStatic
 
Methods inherited from interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
getClassDescriptor
 

Constructor Detail

UnresolvedXField

protected UnresolvedXField(@DottedClassName
                           java.lang.String className,
                           java.lang.String methodName,
                           java.lang.String methodSig,
                           int accessFlags)

UnresolvedXField

protected UnresolvedXField(FieldDescriptor m)
Method Detail

compareTo

public int compareTo(java.lang.Object o)

getAnnotation

public AnnotationValue getAnnotation(ClassDescriptor desc)

getAnnotationDescriptors

public java.util.Collection<ClassDescriptor> getAnnotationDescriptors()

getAnnotations

public java.util.Collection<AnnotationValue> getAnnotations()

getContainingScope

public AnnotatedObject getContainingScope()

getElementType

public java.lang.annotation.ElementType getElementType()

isDeprecated

public boolean isDeprecated()
Description copied from interface: AccessibleEntity
Is the entity deprecated?


getSourceSignature

@CheckForNull
public java.lang.String getSourceSignature()
Description copied from interface: ClassMember
Get the signature representing the field/method's type, including generic type


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.