|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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
内の introduce
targetClass
- enhancedClass
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |