public abstract class IrDocMember extends AbstractIrDocElement implements IrDocFragment
IrDocComment.| Constructor and Description |
|---|
IrDocMember() |
| Modifier and Type | Method and Description |
|---|---|
IrDocNamedType |
getDeclaringType()
Returns the declaring type.
|
IrDocSimpleName |
getName()
Returns the member name.
|
void |
setDeclaringType(IrDocNamedType declaringType)
Sets the declaring type.
|
void |
setName(IrDocSimpleName name)
Sets the member name.
|
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getKind, getLocation, setLocationpublic IrDocNamedType getDeclaringType()
null if it is not specifiedpublic void setDeclaringType(IrDocNamedType declaringType)
declaringType - the declaring type, or null to unsetpublic IrDocSimpleName getName()
public void setName(IrDocSimpleName name)
name - the member nameIllegalArgumentException - if the parameter is nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.