abstract class org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut extends org.springframework.aop.support.StaticMethodMatcherPointcut implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
  super_class: org.springframework.aop.support.StaticMethodMatcherPointcut
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 36
            aload 0 /* this */
            invokespecial org.springframework.aop.support.StaticMethodMatcherPointcut.<init>:()V
            return
        end local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;

  public boolean matches(java.lang.reflect.Method, java.lang.Class<?>);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
        start local 1 // java.lang.reflect.Method method
        start local 2 // java.lang.Class targetClass
         0: .line 40
            ldc Lorg/springframework/transaction/interceptor/TransactionalProxy;
            aload 2 /* targetClass */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 3
         1: .line 41
            ldc Lorg/springframework/transaction/PlatformTransactionManager;
            aload 2 /* targetClass */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 3
         2: .line 42
            ldc Lorg/springframework/dao/support/PersistenceExceptionTranslator;
            aload 2 /* targetClass */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 4
         3: .line 43
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut.getTransactionAttributeSource:()Lorg/springframework/transaction/interceptor/TransactionAttributeSource;
            astore 3 /* tas */
        start local 3 // org.springframework.transaction.interceptor.TransactionAttributeSource tas
         5: .line 46
            aload 3 /* tas */
            ifnull 6
            aload 3 /* tas */
            aload 1 /* method */
            aload 2 /* targetClass */
            invokeinterface org.springframework.transaction.interceptor.TransactionAttributeSource.getTransactionAttribute:(Ljava/lang/reflect/Method;Ljava/lang/Class;)Lorg/springframework/transaction/interceptor/TransactionAttribute;
            ifnonnull 6
            iconst_0
            ireturn
      StackMap locals: org.springframework.transaction.interceptor.TransactionAttributeSource
      StackMap stack:
         6: iconst_1
            ireturn
        end local 3 // org.springframework.transaction.interceptor.TransactionAttributeSource tas
        end local 2 // java.lang.Class targetClass
        end local 1 // java.lang.reflect.Method method
        end local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;
            0    7     1       method  Ljava/lang/reflect/Method;
            0    7     2  targetClass  Ljava/lang/Class<*>;
            5    7     3          tas  Lorg/springframework/transaction/interceptor/TransactionAttributeSource;
    Signature: (Ljava/lang/reflect/Method;Ljava/lang/Class<*>;)Z
    MethodParameters:
             Name  Flags
      method       
      targetClass  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
        start local 1 // java.lang.Object other
         0: .line 51
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 52
            iconst_1
            ireturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
            ifne 4
         3: .line 55
            iconst_0
            ireturn
         4: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut
            astore 2 /* otherPc */
        start local 2 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut otherPc
         5: .line 58
            aload 0 /* this */
            invokevirtual org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut.getTransactionAttributeSource:()Lorg/springframework/transaction/interceptor/TransactionAttributeSource;
            aload 2 /* otherPc */
            invokevirtual org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut.getTransactionAttributeSource:()Lorg/springframework/transaction/interceptor/TransactionAttributeSource;
            invokestatic org.springframework.util.ObjectUtils.nullSafeEquals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut otherPc
        end local 1 // java.lang.Object other
        end local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;
            0    6     1    other  Ljava/lang/Object;
            5    6     2  otherPc  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 63
            ldc Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
         0: .line 68
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut.getTransactionAttributeSource:()Lorg/springframework/transaction/interceptor/TransactionAttributeSource;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.transaction.interceptor.TransactionAttributeSourcePointcut this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/interceptor/TransactionAttributeSourcePointcut;

  protected abstract org.springframework.transaction.interceptor.TransactionAttributeSource getTransactionAttributeSource();
    descriptor: ()Lorg/springframework/transaction/interceptor/TransactionAttributeSource;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
}
SourceFile: "TransactionAttributeSourcePointcut.java"