class org.springframework.aop.support.MethodMatchers$IntersectionIntroductionAwareMethodMatcher extends org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher implements org.springframework.aop.IntroductionAwareMethodMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.aop.support.MethodMatchers$IntersectionIntroductionAwareMethodMatcher
  super_class: org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher
{
  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$IntersectionIntroductionAwareMethodMatcher this
        start local 1 // org.springframework.aop.MethodMatcher mm1
        start local 2 // org.springframework.aop.MethodMatcher mm2
         0: .line 327
            aload 0 /* this */
            aload 1 /* mm1 */
            aload 2 /* mm2 */
            invokespecial org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher.<init>:(Lorg/springframework/aop/MethodMatcher;Lorg/springframework/aop/MethodMatcher;)V
         1: .line 328
            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$IntersectionIntroductionAwareMethodMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/aop/support/MethodMatchers$IntersectionIntroductionAwareMethodMatcher;
            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$IntersectionIntroductionAwareMethodMatcher this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.lang.Class targetClass
        start local 3 // boolean hasIntroductions
         0: .line 332
            aload 0 /* this */
            getfield org.springframework.aop.support.MethodMatchers$IntersectionIntroductionAwareMethodMatcher.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
            ifeq 3
         1: .line 333
            aload 0 /* this */
            getfield org.springframework.aop.support.MethodMatchers$IntersectionIntroductionAwareMethodMatcher.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
            ifeq 3
         2: .line 332
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            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$IntersectionIntroductionAwareMethodMatcher this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lorg/springframework/aop/support/MethodMatchers$IntersectionIntroductionAwareMethodMatcher;
            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 IntersectionIntroductionAwareMethodMatcher = org.springframework.aop.support.MethodMatchers$IntersectionIntroductionAwareMethodMatcher of org.springframework.aop.support.MethodMatchers
  private IntersectionMethodMatcher = org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher of org.springframework.aop.support.MethodMatchers