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?
|
getClassHierarchyIClass getDeclaringClass()
Atom getName()
boolean isStatic()
Collection<Annotation> getAnnotations()
Copyright © 2015. All rights reserved.