|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.pfl.dynamic.codegen.impl.MemberInfoBase
public class MemberInfoBase
| Constructor Summary | |
|---|---|
MemberInfoBase(ClassInfo myClassInfo,
int modifiers,
String name)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
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. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MemberInfoBase(ClassInfo myClassInfo,
int modifiers,
String name)
| Method Detail |
|---|
public ClassInfo myClassInfo()
MemberInfo
myClassInfo in interface MemberInfopublic int modifiers()
MemberInfo
modifiers in interface MemberInfopublic String name()
MemberInfo
name in interface MemberInfo
public boolean isAccessibleInContext(ClassInfo definingClass,
ClassInfo accessClass)
MemberInfo
isAccessibleInContext in interface MemberInfodefiningClass - the ClassInfo of the class in which the access occurs.accessClass - the ClassInfo of the class used to access the member.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||