|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMember
An abstraction for any member within an IClass.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
IClass getDeclaringClass()
IClass of this member.
IClass of this member.String getName()
IMember.
IMember.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.
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||