public interface MemberInstance extends TypeObject
MemberInstance is an entity that can be a member of
a class.| Modifier and Type | Method and Description |
|---|---|
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.
|
equalsImpl, isCanonical, position, typeSystemFlags flags()
void setFlags(Flags flags)
flags - the flags to setReferenceType container()
void setContainer(ReferenceType container)
container - the container to set