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


public interface GenericContextStrategy

GenericContextの適用戦略。

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

メソッドの概要
 CtType<?> apply(CtTypeParameter<?> variable)
          対象の型変数にこの戦略を適用し、結果の型を返す。
 GenericContext getContext()
          この戦略の基本情報となるコンテキストを返す。
 

メソッドの詳細

getContext

GenericContext getContext()
この戦略の基本情報となるコンテキストを返す。

戻り値:
この戦略の基本情報となるコンテキスト

apply

CtType<?> apply(CtTypeParameter<?> variable)
対象の型変数にこの戦略を適用し、結果の型を返す。

パラメータ:
variable - 適用対象
戻り値:
適用結果


Copyright 2007 the Seasar Foundation and the Others.