public class org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy extends org.springframework.cglib.core.DefaultGeneratorStrategy
{
private java.lang.Class wrapper;
private static final org.springframework.cglib.transform.MethodFilter TRANSFORM_FILTER;
public void <init>(java.lang.Class)
{
org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy v;
java.lang.Class v;
v := @this: org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy;
v := @parameter: java.lang.Class;
specialinvoke v.<org.springframework.cglib.core.DefaultGeneratorStrategy: void <init>()>();
v.<org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy: java.lang.Class wrapper> = v;
return;
}
protected org.springframework.cglib.core.ClassGenerator transform(org.springframework.cglib.core.ClassGenerator) throws java.lang.Exception
{
org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy v;
org.springframework.cglib.transform.MethodFilter v;
org.springframework.cglib.transform.TransformingClassGenerator v;
java.lang.Class v;
org.springframework.cglib.transform.MethodFilterTransformer v;
org.springframework.cglib.transform.impl.UndeclaredThrowableTransformer v;
org.springframework.cglib.core.ClassGenerator v;
v := @this: org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy;
v := @parameter: org.springframework.cglib.core.ClassGenerator;
v = new org.springframework.cglib.transform.impl.UndeclaredThrowableTransformer;
v = v.<org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy: java.lang.Class wrapper>;
specialinvoke v.<org.springframework.cglib.transform.impl.UndeclaredThrowableTransformer: void <init>(java.lang.Class)>(v);
v = new org.springframework.cglib.transform.MethodFilterTransformer;
v = <org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy: org.springframework.cglib.transform.MethodFilter TRANSFORM_FILTER>;
specialinvoke v.<org.springframework.cglib.transform.MethodFilterTransformer: void <init>(org.springframework.cglib.transform.MethodFilter,org.springframework.cglib.transform.ClassTransformer)>(v, v);
v = new org.springframework.cglib.transform.TransformingClassGenerator;
specialinvoke v.<org.springframework.cglib.transform.TransformingClassGenerator: void <init>(org.springframework.cglib.core.ClassGenerator,org.springframework.cglib.transform.ClassTransformer)>(v, v);
return v;
}
static void <clinit>()
{
org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy$1 v;
v = new org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy$1;
specialinvoke v.<org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy$1: void <init>()>();
<org.springframework.cglib.transform.impl.UndeclaredThrowableStrategy: org.springframework.cglib.transform.MethodFilter TRANSFORM_FILTER> = v;
return;
}
}