public interface JavaField extends JavaMember, JavaVariable
| Modifier and Type | Field and Description | 
|---|---|
static JavaField[] | 
EMPTY_ARRAY  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescriptor()  | 
JavaField | 
getFieldErasure()
Similar to JavaMethod.getMethodErasure. 
 | 
java.lang.String | 
getSignature()  | 
boolean | 
isEnumConstant()  | 
getOwningClass, getUniqueIdentifier, isAbstract, isPackagePrivate, isPrivate, isProtected, isPublic, isStaticgetConstantValue, isVarargsgetResolvedType, getUnresolvedTypegetNamegetAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotationsgetElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfostatic final JavaField[] EMPTY_ARRAY
boolean isEnumConstant()
java.lang.String getDescriptor()
java.lang.String getSignature()
JavaField getFieldErasure()