|
org.openide.src 1.8.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MemberElement.Impl
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 |
|---|
static final long serialVersionUID
| Method Detail |
|---|
int getModifiers()
MemberElement.getModifiersMask().
java.lang.reflect.Modifier
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)Identifier getName()
void setName(Identifier name) throws SourceException
name - the name
SourceException - if impossible
|
org.openide.src 1.8.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||