public interface IMember
IClass.| Modifier and Type | Method and Description |
|---|---|
IClass |
getDeclaringClass()
The associated
IClass of this member. |
String |
getName()
The name of the
IMember. |
boolean |
hasModifier(String modifier)
true if the requested modifier tag is declared with the
member. |
IClass getDeclaringClass()
IClass of this member.IClass of this member.boolean hasModifier(String modifier)
true if the requested modifier tag is declared with the
member.
The semantics of modifiers is up to the implementor.
modifier - true if the requested modifier tag is declared
with the member.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.