|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Member
Member is an interface that reflects identifying information about a single member (a field or a method) or a constructor.
Note that this is not currently derived from java.lang.reflect.Member, due to questions about how to handle declarignClass.
Class
Method Summary | |
---|---|
Class |
getDeclaringClass()
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member. |
int |
getModifiers()
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer. |
void |
setDeclaringClass(Class declaringClass)
Returns the Class object representing the class or interface that declares the member or constructor represented by this Member. |
void |
setModifiers(int modifiers)
Returns the Java language modifiers for the member or constructor represented by this Member, as an integer. |
Method Detail |
---|
Class getDeclaringClass()
int getModifiers()
void setDeclaringClass(Class declaringClass) throws SynthesisException
declaringClass
-
SynthesisException
void setModifiers(int modifiers) throws SynthesisException
modifiers
-
SynthesisException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |