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, setLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getKind, getLocation, setLocation
public abstract String asString()
public abstract List<IrDocSimpleName> asSimpleNameList()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.