public interface FieldDeclT extends MemberT, VariableDeclT
| Modifier and Type | Field and Description | 
|---|---|
| static FieldDeclT[] | EMPTY_ARRAY | 
| 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. | 
getBlock, getDeclaringClass, getDocComment, setBlock, setDocCommentgetType, getVariables, setTypeaddModifiers, getAnnotations, getModifiers, isFinal, isStrictfp, removeModifiers, setModifiersstatic final FieldDeclT[] EMPTY_ARRAY
boolean isPublic()
isPublic in interface HasModifiersTboolean isProtected()
isProtected in interface HasModifiersTboolean isPrivate()
isPrivate in interface HasModifiersTboolean isStatic()
isStatic in interface HasModifiersTboolean isAbstract()
isAbstract in interface HasModifiersT