|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemberInstance
A MemberInstance
is an entity that can be a member of
a class.
Method Summary | |
---|---|
ReferenceType |
container()
Return the member's containing type. |
Flags |
flags()
Return the member's flags. |
void |
setContainer(ReferenceType container)
Destructively set the member's container. |
void |
setFlags(Flags flags)
Destructively set the member's flags. |
Methods inherited from interface polyglot.types.TypeObject |
---|
equalsImpl, isCanonical, position, typeSystem |
Methods inherited from interface polyglot.util.Copy |
---|
copy |
Method Detail |
---|
Flags flags()
void setFlags(Flags flags)
flags
- ReferenceType container()
void setContainer(ReferenceType container)
container
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |