org.seasar.framework.aop.intertype
クラス InterTypeChain

java.lang.Object
  拡張org.seasar.framework.aop.intertype.InterTypeChain
すべての実装インタフェース:
InterType

public class InterTypeChain
extends Object
implements InterType


フィールドの概要
protected  InterType[] interTypes
           
 
コンストラクタの概要
InterTypeChain()
           
 
メソッドの概要
 void add(InterType interType)
           
 void introduce(Class targetClass, CtClass enhancedClass)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

interTypes

protected InterType[] interTypes
コンストラクタの詳細

InterTypeChain

public InterTypeChain()
メソッドの詳細

add

public void add(InterType interType)

introduce

public void introduce(Class targetClass,
                      CtClass enhancedClass)
定義:
インタフェース InterType 内の introduce


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.