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, setLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getKind, getLocation, setLocation
public 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 null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.