public abstract class AbstractField extends AbstractClassMember implements XField
Modifier | Constructor and Description |
---|---|
protected |
AbstractField(java.lang.String className,
java.lang.String fieldName,
java.lang.String fieldSig,
int accessFlags) |
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
getFieldDescriptor() |
boolean |
isSynthetic()
Is the entity synthetic?
|
boolean |
isVolatile()
Is this a volatile field?
|
equals, getAccessFlags, getClassDescriptor, getClassName, getName, getPackageName, getSignature, hashCode, isFinal, isPrivate, isProtected, isPublic, isReferenceType, isResolved, isStatic, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isReferenceType
getClassName, getName, getPackageName, getSignature, getSourceSignature, isResolved
getAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isStatic
getClassDescriptor, isStatic
getAnnotation, getAnnotationDescriptors, getAnnotations, getClassDescriptor, getContainingScope, getElementType
protected AbstractField(@DottedClassName java.lang.String className, java.lang.String fieldName, java.lang.String fieldSig, int accessFlags)
public boolean isVolatile()
XField
isVolatile
in interface XField
public final boolean isSynthetic()
AccessibleEntity
isSynthetic
in interface AccessibleEntity
isSynthetic
in interface AnnotatedObject
public FieldDescriptor getFieldDescriptor()
getFieldDescriptor
in interface XField
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.