public interface SourceFieldVariable extends SourceMemberVariable
Modifier and Type | Field and Description |
---|---|
static SourceFieldVariable[] |
EMPTY_ARRAY |
PRINT_DECLARATION, PRINT_FIELD_NAME, PRINT_TYPE
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT
Modifier and Type | Method and Description |
---|---|
boolean |
isEnumConstant()
True if this is an enum constant.
|
boolean |
isTransient()
True if this field has been marked as transient.
|
getDocComment, getEnclosingClass, hasDeprecatedTag, hasHiddenTag, setDocComment
getInitializer, getOwningDeclaration, separateSelf, setInitializer
addModifiers, getModifiers, getSourceAnnotations, isValidModifiers, removeModifiers, setModifiers
getName, getNameElement, setName, setNameElement
getSourceType, setSourceType
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getEndOffset, getJdkVersion, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, hasErrors, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelf
getDescriptor, getFieldErasure, getSignature
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 SourceFieldVariable[] EMPTY_ARRAY
boolean isEnumConstant()
isEnumConstant
in interface JavaField
isEnumConstant
in interface SourceMemberVariable
boolean isTransient()