|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MemberInfo
An interface that provides information common to all kinds of class members. This includes data members (represented by FieldInfo) and methods and constructors (represented by MethodInfo). This can be used to describe both MethodGenerators that are used to generate code and pre-existing Java classes.
| Method Summary | |
|---|---|
boolean |
isAccessibleInContext(ClassInfo definingClass,
ClassInfo accessClass)
Returns true iff this member is accessible in the context defined by definingClass (the class containing the reference to the member) and accessClass (the type of the expression used to access this member). |
int |
modifiers()
Return the modifiers on this member |
ClassInfo |
myClassInfo()
Return the ClassInfo of the class that contains this member. |
String |
name()
Return the name of this member. |
| Method Detail |
|---|
ClassInfo myClassInfo()
int modifiers()
String name()
boolean isAccessibleInContext(ClassInfo definingClass,
ClassInfo accessClass)
definingClass - the ClassInfo of the class in which the access occurs.accessClass - the ClassInfo of the class used to access the member.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||