public abstract class org.springframework.aop.aspectj.AspectJAopUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.aop.aspectj.AspectJAopUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.aop.aspectj.AspectJAopUtils this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.aop.aspectj.AspectJAopUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/aop/aspectj/AspectJAopUtils;

  public static boolean isBeforeAdvice(org.springframework.aop.Advisor);
    descriptor: (Lorg/springframework/aop/Advisor;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.aop.Advisor anAdvisor
         0: .line 39
            aload 0 /* anAdvisor */
            invokestatic org.springframework.aop.aspectj.AspectJAopUtils.getAspectJPrecedenceInformationFor:(Lorg/springframework/aop/Advisor;)Lorg/springframework/aop/aspectj/AspectJPrecedenceInformation;
            astore 1 /* precedenceInfo */
        start local 1 // org.springframework.aop.aspectj.AspectJPrecedenceInformation precedenceInfo
         1: .line 40
            aload 1 /* precedenceInfo */
            ifnull 3
         2: .line 41
            aload 1 /* precedenceInfo */
            invokeinterface org.springframework.aop.aspectj.AspectJPrecedenceInformation.isBeforeAdvice:()Z
            ireturn
         3: .line 43
      StackMap locals: org.springframework.aop.aspectj.AspectJPrecedenceInformation
      StackMap stack:
            aload 0 /* anAdvisor */
            invokeinterface org.springframework.aop.Advisor.getAdvice:()Lorg/aopalliance/aop/Advice;
            instanceof org.springframework.aop.BeforeAdvice
            ireturn
        end local 1 // org.springframework.aop.aspectj.AspectJPrecedenceInformation precedenceInfo
        end local 0 // org.springframework.aop.Advisor anAdvisor
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0       anAdvisor  Lorg/springframework/aop/Advisor;
            1    4     1  precedenceInfo  Lorg/springframework/aop/aspectj/AspectJPrecedenceInformation;
    MethodParameters:
           Name  Flags
      anAdvisor  

  public static boolean isAfterAdvice(org.springframework.aop.Advisor);
    descriptor: (Lorg/springframework/aop/Advisor;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.aop.Advisor anAdvisor
         0: .line 50
            aload 0 /* anAdvisor */
            invokestatic org.springframework.aop.aspectj.AspectJAopUtils.getAspectJPrecedenceInformationFor:(Lorg/springframework/aop/Advisor;)Lorg/springframework/aop/aspectj/AspectJPrecedenceInformation;
            astore 1 /* precedenceInfo */
        start local 1 // org.springframework.aop.aspectj.AspectJPrecedenceInformation precedenceInfo
         1: .line 51
            aload 1 /* precedenceInfo */
            ifnull 3
         2: .line 52
            aload 1 /* precedenceInfo */
            invokeinterface org.springframework.aop.aspectj.AspectJPrecedenceInformation.isAfterAdvice:()Z
            ireturn
         3: .line 54
      StackMap locals: org.springframework.aop.aspectj.AspectJPrecedenceInformation
      StackMap stack:
            aload 0 /* anAdvisor */
            invokeinterface org.springframework.aop.Advisor.getAdvice:()Lorg/aopalliance/aop/Advice;
            instanceof org.springframework.aop.AfterAdvice
            ireturn
        end local 1 // org.springframework.aop.aspectj.AspectJPrecedenceInformation precedenceInfo
        end local 0 // org.springframework.aop.Advisor anAdvisor
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0       anAdvisor  Lorg/springframework/aop/Advisor;
            1    4     1  precedenceInfo  Lorg/springframework/aop/aspectj/AspectJPrecedenceInformation;
    MethodParameters:
           Name  Flags
      anAdvisor  

  public static org.springframework.aop.aspectj.AspectJPrecedenceInformation getAspectJPrecedenceInformationFor(org.springframework.aop.Advisor);
    descriptor: (Lorg/springframework/aop/Advisor;)Lorg/springframework/aop/aspectj/AspectJPrecedenceInformation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.springframework.aop.Advisor anAdvisor
         0: .line 64
            aload 0 /* anAdvisor */
            instanceof org.springframework.aop.aspectj.AspectJPrecedenceInformation
            ifeq 2
         1: .line 65
            aload 0 /* anAdvisor */
            checkcast org.springframework.aop.aspectj.AspectJPrecedenceInformation
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* anAdvisor */
            invokeinterface org.springframework.aop.Advisor.getAdvice:()Lorg/aopalliance/aop/Advice;
            astore 1 /* advice */
        start local 1 // org.aopalliance.aop.Advice advice
         3: .line 68
            aload 1 /* advice */
            instanceof org.springframework.aop.aspectj.AspectJPrecedenceInformation
            ifeq 5
         4: .line 69
            aload 1 /* advice */
            checkcast org.springframework.aop.aspectj.AspectJPrecedenceInformation
            areturn
         5: .line 71
      StackMap locals: org.aopalliance.aop.Advice
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.aopalliance.aop.Advice advice
        end local 0 // org.springframework.aop.Advisor anAdvisor
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0  anAdvisor  Lorg/springframework/aop/Advisor;
            3    6     1     advice  Lorg/aopalliance/aop/Advice;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
           Name  Flags
      anAdvisor  
}
SourceFile: "AspectJAopUtils.java"