class org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
super_class: java.lang.Object
{
final org.aopalliance.intercept.MethodInterceptor interceptor;
descriptor: Lorg/aopalliance/intercept/MethodInterceptor;
flags: (0x0010) ACC_FINAL
final org.springframework.aop.MethodMatcher methodMatcher;
descriptor: Lorg/springframework/aop/MethodMatcher;
flags: (0x0010) ACC_FINAL
public void <init>(org.aopalliance.intercept.MethodInterceptor, org.springframework.aop.MethodMatcher);
descriptor: (Lorg/aopalliance/intercept/MethodInterceptor;Lorg/springframework/aop/MethodMatcher;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher this
start local 1 // org.aopalliance.intercept.MethodInterceptor interceptor
start local 2 // org.springframework.aop.MethodMatcher methodMatcher
0: .line 35
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 36
aload 0 /* this */
aload 1 /* interceptor */
putfield org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher.interceptor:Lorg/aopalliance/intercept/MethodInterceptor;
2: .line 37
aload 0 /* this */
aload 2 /* methodMatcher */
putfield org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher.methodMatcher:Lorg/springframework/aop/MethodMatcher;
3: .line 38
return
end local 2 // org.springframework.aop.MethodMatcher methodMatcher
end local 1 // org.aopalliance.intercept.MethodInterceptor interceptor
end local 0 // org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/aop/framework/InterceptorAndDynamicMethodMatcher;
0 4 1 interceptor Lorg/aopalliance/intercept/MethodInterceptor;
0 4 2 methodMatcher Lorg/springframework/aop/MethodMatcher;
MethodParameters:
Name Flags
interceptor
methodMatcher
}
SourceFile: "InterceptorAndDynamicMethodMatcher.java"