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

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

public interface LtTypeParameterDeclaration
extends LtElement

型引数の宣言。

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

メソッドの概要
 String getSimpleName()
          単純名を返す。
 List<? extends LtType> getUpperBounds()
          上限境界を返す。
 
インタフェース org.ashikunep.irenka.dom.persistent.LtElement から継承されたメソッド
accept
 

メソッドの詳細

getSimpleName

String getSimpleName()
単純名を返す。

戻り値:
単純名

getUpperBounds

List<? extends LtType> getUpperBounds()
上限境界を返す。

戻り値:
上限境界


Copyright 2007 the Seasar Foundation and the Others.