class org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher extends org.springframework.aop.support.MethodMatchers$UnionMethodMatcher implements org.springframework.aop.IntroductionAwareMethodMatcher
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher
super_class: org.springframework.aop.support.MethodMatchers$UnionMethodMatcher
{
public void <init>(org.springframework.aop.MethodMatcher, org.springframework.aop.MethodMatcher);
descriptor: (Lorg/springframework/aop/MethodMatcher;Lorg/springframework/aop/MethodMatcher;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 // org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher this
start local 1 // org.springframework.aop.MethodMatcher mm1
start local 2 // org.springframework.aop.MethodMatcher mm2
0: .line 171
aload 0 /* this */
aload 1 /* mm1 */
aload 2 /* mm2 */
invokespecial org.springframework.aop.support.MethodMatchers$UnionMethodMatcher.<init>:(Lorg/springframework/aop/MethodMatcher;Lorg/springframework/aop/MethodMatcher;)V
1: .line 172
return
end local 2 // org.springframework.aop.MethodMatcher mm2
end local 1 // org.springframework.aop.MethodMatcher mm1
end local 0 // org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/aop/support/MethodMatchers$UnionIntroductionAwareMethodMatcher;
0 2 1 mm1 Lorg/springframework/aop/MethodMatcher;
0 2 2 mm2 Lorg/springframework/aop/MethodMatcher;
MethodParameters:
Name Flags
mm1
mm2
public boolean matches(java.lang.reflect.Method, java.lang.Class<?>, );
descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;Z)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 // org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher this
start local 1 // java.lang.reflect.Method method
start local 2 // java.lang.Class targetClass
start local 3 // boolean hasIntroductions
0: .line 176
aload 0 /* this */
aload 2 /* targetClass */
invokevirtual org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher.matchesClass1:(Ljava/lang/Class;)Z
ifeq 1
aload 0 /* this */
getfield org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher.mm1:Lorg/springframework/aop/MethodMatcher;
aload 1 /* method */
aload 2 /* targetClass */
iload 3 /* hasIntroductions */
invokestatic org.springframework.aop.support.MethodMatchers.matches:(Lorg/springframework/aop/MethodMatcher;Ljava/lang/reflect/Method;Ljava/lang/Class;Z)Z
ifne 3
1: .line 177
StackMap locals:
StackMap stack:
aload 0 /* this */
aload 2 /* targetClass */
invokevirtual org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher.matchesClass2:(Ljava/lang/Class;)Z
ifeq 2
aload 0 /* this */
getfield org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher.mm2:Lorg/springframework/aop/MethodMatcher;
aload 1 /* method */
aload 2 /* targetClass */
iload 3 /* hasIntroductions */
invokestatic org.springframework.aop.support.MethodMatchers.matches:(Lorg/springframework/aop/MethodMatcher;Ljava/lang/reflect/Method;Ljava/lang/Class;Z)Z
ifne 3
2: .line 176
StackMap locals:
StackMap stack:
iconst_0
ireturn
StackMap locals:
StackMap stack:
3: iconst_1
ireturn
end local 3 // boolean hasIntroductions
end local 2 // java.lang.Class targetClass
end local 1 // java.lang.reflect.Method method
end local 0 // org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/aop/support/MethodMatchers$UnionIntroductionAwareMethodMatcher;
0 4 1 method Ljava/lang/reflect/Method;
0 4 2 targetClass Ljava/lang/Class<*>;
0 4 3 hasIntroductions Z
Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;Z)Z
MethodParameters:
Name Flags
method
targetClass
hasIntroductions
}
SourceFile: "MethodMatchers.java"
NestHost: org.springframework.aop.support.MethodMatchers
InnerClasses:
private UnionIntroductionAwareMethodMatcher = org.springframework.aop.support.MethodMatchers$UnionIntroductionAwareMethodMatcher of org.springframework.aop.support.MethodMatchers
private UnionMethodMatcher = org.springframework.aop.support.MethodMatchers$UnionMethodMatcher of org.springframework.aop.support.MethodMatchers