public abstract class Member extends Object implements IMember
| Constructor and Description |
|---|
Member() |
| Modifier and Type | Method and Description |
|---|---|
IClass |
getDeclaringClass()
The associated
IClass of this member. |
boolean |
hasModifier(String modifier)
true if the requested modifier tag is declared with the
member. |
void |
setDeclaringClass(IClass pClazz) |
void |
setModifiers(String modifierString) |
public IClass getDeclaringClass()
IMemberIClass of this member.getDeclaringClass in interface IMemberIClass of this member.public boolean hasModifier(String modifier)
IMembertrue if the requested modifier tag is declared with the
member.
The semantics of modifiers is up to the implementor.
hasModifier in interface IMembertrue if the requested modifier tag is declared
with the member.public void setDeclaringClass(IClass pClazz)
public void setModifiers(String modifierString)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.