public interface IMember extends IClassHierarchyDweller
Modifier and Type | Method and Description |
---|---|
Collection<Annotation> |
getAnnotations()
Get the annotations on this member, if any
|
IClass |
getDeclaringClass()
Return the object that represents the declaring class
for this member.
|
Atom |
getName() |
boolean |
isStatic()
Is this member static?
|
getClassHierarchy
IClass getDeclaringClass()
Atom getName()
boolean isStatic()
Collection<Annotation> getAnnotations()