|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Pluggable implementation of member elements.
MemberElement| Field Summary | |
static long |
serialVersionUID
Deprecated. Only public by accident. |
| Method Summary | |
int |
getModifiers()
Get the modifier flags for this element. |
Identifier |
getName()
Get the name of this member. |
void |
setModifiers(int mod)
Set the modifier flags for this element. |
void |
setName(Identifier name)
Set the name of this member. |
| Methods inherited from interface org.openide.src.Element.Impl |
addPropertyChangeListener, attachedToElement, getCookie, markCurrent, readResolve, removePropertyChangeListener |
| Field Detail |
public static final long serialVersionUID
| Method Detail |
public int getModifiers()
MemberElement.getModifiersMask().
java.lang.reflect.Modifier
public void setModifiers(int mod)
throws SourceException
mod - disjunction of constants from java.lang.reflect.Modifier
SourceException - if impossible (e.g. if mod & ~ memberElt.getModifiersMask() != 0)public Identifier getName()
public void setName(Identifier name) throws SourceException
name - the name
SourceException - if impossible
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||