public abstract class IrDocName extends AbstractIrDocElement implements IrDocFragment
IrDocComment.| Constructor and Description |
|---|
IrDocName() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<IrDocSimpleName> |
asSimpleNameList()
Returns this name as its simple name list.
|
abstract String |
asString()
Returns this name as string.
|
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getKind, getLocation, setLocationpublic abstract String asString()
public abstract List<IrDocSimpleName> asSimpleNameList()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.