|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.aop.javassist.AbstractGenerator org.seasar.framework.aop.javassist.MethodInvocationClassGenerator
MethodInvocation
をエンハンスするクラスです。
入れ子クラスの概要 | |
static class |
MethodInvocationClassGenerator.MethodInvocationTemplate
MethodInvocation のテンプレートです。 |
フィールドの概要 | |
protected String |
enhancedClassName
|
protected CtClass |
methodInvocationClass
|
クラス org.seasar.framework.aop.javassist.AbstractGenerator から継承したフィールド |
classPool, DEFINE_CLASS_METHOD_NAME, defineClassMethod, protectionDomain |
コンストラクタの概要 | |
MethodInvocationClassGenerator(ClassPool classPool,
String invocationClassName,
String targetClassName)
MethodInvocationClassGenerator を作成します。 |
メソッドの概要 | |
static String |
createArgumentString(Class[] argTypes)
引数用のソースを作成します。 |
static String |
createArgumentTypeString(Class[] argTypes)
引数の型用のソースを作成します。 |
void |
createProceedMethod(Method targetMethod,
String invokeSuperMethodName)
proceedメソッドを作成します。 |
static String |
createProceedMethodSource(Method targetMethod,
String enhancedClassName,
String invokeSuperMethodName)
proceed メソッドのソースを作成します。 |
static String |
createReturnStatement(Method targetMethod,
String enhancedClassName,
String invokeSuperMethodName)
return 文用のソースを作成します。 |
static String |
createThrowStatement(Method targetMethod,
String enhancedClassName)
throws 句用のソースを作成します。 |
Class |
toClass(ClassLoader classLoader)
CtClass をClass に変換します。 |
クラス org.seasar.framework.aop.javassist.AbstractGenerator から継承したメソッド |
createConstructor, createConstructor, createCtClass, createCtClass, createCtClass, createDefaultConstructor, createDefaultConstructor, createMethod, createMethod, createMethod, fromObject, getAndRenameCtClass, getAndRenameCtClass, getDeclaredMethod, setInterface, setInterfaces, setMethodBody, toClass, toCtClass, toCtClass, toCtClassArray, toCtClassArray, toObject |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected final String enhancedClassName
protected CtClass methodInvocationClass
コンストラクタの詳細 |
public MethodInvocationClassGenerator(ClassPool classPool, String invocationClassName, String targetClassName)
MethodInvocationClassGenerator
を作成します。
classPool
- invocationClassName
- targetClassName
- メソッドの詳細 |
public void createProceedMethod(Method targetMethod, String invokeSuperMethodName)
targetMethod
- invokeSuperMethodName
- public Class toClass(ClassLoader classLoader)
CtClass
をClass
に変換します。
classLoader
-
public static String createProceedMethodSource(Method targetMethod, String enhancedClassName, String invokeSuperMethodName)
proceed
メソッドのソースを作成します。
targetMethod
- enhancedClassName
- invokeSuperMethodName
-
proceed
メソッドのソースpublic static String createReturnStatement(Method targetMethod, String enhancedClassName, String invokeSuperMethodName)
return
文用のソースを作成します。
targetMethod
- enhancedClassName
- invokeSuperMethodName
-
return
文用のソースpublic static String createThrowStatement(Method targetMethod, String enhancedClassName)
throws
句用のソースを作成します。
targetMethod
- enhancedClassName
-
throws
句用のソースpublic static String createArgumentString(Class[] argTypes)
argTypes
-
public static String createArgumentTypeString(Class[] argTypes)
argTypes
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |