public interface SourceFieldDeclaration extends SourceMember, SourceVariableDeclaration
| Modifier and Type | Field and Description |
|---|---|
static SourceFieldDeclaration[] |
EMPTY_ARRAY |
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 |
isAbstract()
True if this is abstract.
|
boolean |
isPrivate()
True if this is private.
|
boolean |
isProtected()
True if this is protected.
|
boolean |
isPublic()
True if this is public.
|
boolean |
isStatic()
True if this is static.
|
getEnclosingClass, hasDeprecatedTag, hasHiddenTaggetDocComment, setDocCommentgetOwningClass, getUniqueIdentifier, isPackagePrivategetResolvedType, getUnresolvedTypegetNamegetAnnotation, getAnnotations, getDeclaredAnnotation, getDeclaredAnnotations, hasAnnotation, hasDeclaredAnnotationgetElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfogetSourceType, getVariablesaddModifiers, getModifiers, getSourceAnnotations, hasSourceAnnotation, isValidModifiers, removeModifiers, setModifierssetSourceTypeaddSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, createContext, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getContext, getEndOffset, getFirstToken, getJdkVersion, getLastToken, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingAfter, getSiblingBefore, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, getTokens, hasErrors, print, print, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelfstatic final SourceFieldDeclaration[] EMPTY_ARRAY
boolean isPublic()
isPublic in interface JavaMemberboolean isProtected()
isProtected in interface JavaMemberboolean isPrivate()
isPrivate in interface JavaMemberboolean isStatic()
isStatic in interface JavaMemberboolean isAbstract()
isAbstract in interface JavaMember