public interface MemberD extends Declaration
Declaration.DeclarationKind| Modifier and Type | Method and Description | 
|---|---|
ClassD | 
getEnclosingClass()
Gets the declaring class. 
 | 
int | 
getModifiers()
Gets the modifiers for this member. 
 | 
boolean | 
isFinal()
True if this is modified with "final". 
 | 
boolean | 
isPrivate()
True if this is modified with "private". 
 | 
boolean | 
isProtected()
True if this is modified with "protected". 
 | 
boolean | 
isPublic()
True if this is modified with "public". 
 | 
boolean | 
isStatic()
True if this is modified with "static". 
 | 
getDeclarationKind, getPosition, isSyntheticClassD getEnclosingClass()
int getModifiers()
Modifier.boolean isPublic()
boolean isPrivate()
boolean isProtected()
boolean isStatic()
boolean isFinal()