public class UnresolvedXField extends AbstractField
| Modifier | Constructor and Description |
|---|---|
protected |
UnresolvedXField(FieldDescriptor m) |
protected |
UnresolvedXField(String className,
String methodName,
String methodSig,
int accessFlags) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ComparableField o) |
AnnotationValue |
getAnnotation(ClassDescriptor desc) |
Collection<ClassDescriptor> |
getAnnotationDescriptors() |
Collection<AnnotationValue> |
getAnnotations() |
AnnotatedObject |
getContainingScope() |
ElementType |
getElementType() |
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 String className, String methodName, String methodSig, int accessFlags)
protected UnresolvedXField(FieldDescriptor m)
public int compareTo(ComparableField o)
public AnnotationValue getAnnotation(ClassDescriptor desc)
public Collection<ClassDescriptor> getAnnotationDescriptors()
public Collection<AnnotationValue> getAnnotations()
public AnnotatedObject getContainingScope()
public ElementType getElementType()
public boolean isDeprecated()
AccessibleEntity@CheckForNull public String getSourceSignature()
ClassMemberCopyright © 2003–2015. All rights reserved.