org.ashikunep.irenka.dom.persistent
インタフェース LtTypeDeclaration

すべてのスーパーインタフェース:
LtElement, LtNamespaceDeclaration

public interface LtTypeDeclaration
extends LtNamespaceDeclaration

コンパイル前の型宣言。

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

メソッドの概要
 LtNamespaceDeclaration getDeclaringNamespace()
          この型を宣言した名前空間を返す。
 String getSimpleName()
          この型の単純名を返す。
 
インタフェース org.ashikunep.irenka.dom.persistent.LtNamespaceDeclaration から継承されたメソッド
getName, isDefaultPackage
 
インタフェース org.ashikunep.irenka.dom.persistent.LtElement から継承されたメソッド
accept
 

メソッドの詳細

getDeclaringNamespace

LtNamespaceDeclaration getDeclaringNamespace()
この型を宣言した名前空間を返す。

戻り値:
名前空間

getSimpleName

String getSimpleName()
この型の単純名を返す。

戻り値:
単純名


Copyright 2007 the Seasar Foundation and the Others.