public interface IMember extends IClassHierarchyDweller
| Modifier and Type | Method and Description |
|---|---|
java.util.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?
|
getClassHierarchyIClass getDeclaringClass()
Atom getName()
boolean isStatic()
java.util.Collection<Annotation> getAnnotations()