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, isStatic
getConstantValue, isVarargs
getResolvedType, getUnresolvedType
getName
getAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotations
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfo
static final JavaField[] EMPTY_ARRAY
boolean isEnumConstant()
java.lang.String getDescriptor()
java.lang.String getSignature()
JavaField getFieldErasure()