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() |
SourceMemberVariable |
getSourceElement() |
boolean |
isEnumConstant() |
getOwningClass, getUniqueIdentifier, isAbstract, isPackagePrivate, isPrivate, isProtected, isPublic, isStaticgetConstantValue, isVarargsgetResolvedType, getUnresolvedTypegetNamegetAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotations, hasAnnotation, hasDeclaredAnnotationgetElementKind, getFile, getModifiers, getOwner, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfostatic final JavaField[] EMPTY_ARRAY
boolean isEnumConstant()
java.lang.String getDescriptor()
java.lang.String getSignature()
JavaField getFieldErasure()
SourceMemberVariable getSourceElement()
getSourceElement in interface JavaElement