org.ashikunep.irenka.dom.doc
インタフェース CtDocName

すべてのスーパーインタフェース:
ClientStorageContainer, CtDocFragment, CtElement
既知のサブインタフェースの一覧:
CtDocQualifiedName, CtDocSimpleName

public interface CtDocName
extends CtDocFragment

名前を表す要素。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)

メソッドの概要
 List<CtDocSimpleName> asSimpleNameList()
          この名前を構成する単純名の一覧を返す。
 String asString()
          この名前全体を表す文字列を返す。
 
インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute
 
インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド
getClientStorage, putClientStorage
 

メソッドの詳細

asString

String asString()
この名前全体を表す文字列を返す。

戻り値:
この名前全体を表す文字列

asSimpleNameList

List<CtDocSimpleName> asSimpleNameList()
この名前を構成する単純名の一覧を返す。

戻り値:
この名前を構成する単純名の一覧


Copyright 2007 the Seasar Foundation and the Others.