|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.aop.intertype.InterTypeChain
複数のInterTypeをチェイン上につなぐInterTypeです。
| フィールドの概要 | |
protected InterType[] |
interTypes
インタータイプの配列です。 |
| コンストラクタの概要 | |
InterTypeChain()
InterTypeChainを作成します。 |
|
| メソッドの概要 | |
void |
add(InterType interType)
InterTypeを追加します。 |
void |
introduce(java.lang.Class targetClass,
CtClass enhancedClass)
クラスの構造を変更します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected InterType[] interTypes
| コンストラクタの詳細 |
public InterTypeChain()
InterTypeChainを作成します。
| メソッドの詳細 |
public void add(InterType interType)
InterTypeを追加します。
interType -
public void introduce(java.lang.Class targetClass,
CtClass enhancedClass)
InterType の記述:
InterType 内の introducetargetClass - enhancedClass -
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||