public abstract class AbstractField extends AbstractClassMember implements XField
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractField(String className,
String fieldName,
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisReferenceTypegetClassName, getName, getPackageName, getSignature, getSourceSignature, isResolvedgetAccessFlags, getClassDescriptor, isDeprecated, isFinal, isPrivate, isProtected, isPublic, isStaticgetClassDescriptor, isStaticgetAnnotation, getAnnotationDescriptors, getAnnotations, getClassDescriptor, getContainingScope, getElementTypecompareToprotected AbstractField(@DottedClassName String className, String fieldName, String fieldSig, int accessFlags)
public boolean isVolatile()
XFieldisVolatile in interface XFieldpublic final boolean isSynthetic()
AccessibleEntityisSynthetic in interface AccessibleEntityisSynthetic in interface AnnotatedObjectpublic FieldDescriptor getFieldDescriptor()
getFieldDescriptor in interface XFieldCopyright © 2003–2015. All rights reserved.