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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 0: aload 0
invokestatic org.springframework.aop.aspectj.AspectJAopUtils.getAspectJPrecedenceInformationFor:(Lorg/springframework/aop/Advisor;)Lorg/springframework/aop/aspectj/AspectJPrecedenceInformation;
astore 1
start local 1 1: aload 1
ifnull 3
2: aload 1
invokeinterface org.springframework.aop.aspectj.AspectJPrecedenceInformation.isBeforeAdvice:()Z
ireturn
3: StackMap locals: org.springframework.aop.aspectj.AspectJPrecedenceInformation
StackMap stack:
aload 0
invokeinterface org.springframework.aop.Advisor.getAdvice:()Lorg/aopalliance/aop/Advice;
instanceof org.springframework.aop.BeforeAdvice
ireturn
end local 1 end local 0 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 0: aload 0
invokestatic org.springframework.aop.aspectj.AspectJAopUtils.getAspectJPrecedenceInformationFor:(Lorg/springframework/aop/Advisor;)Lorg/springframework/aop/aspectj/AspectJPrecedenceInformation;
astore 1
start local 1 1: aload 1
ifnull 3
2: aload 1
invokeinterface org.springframework.aop.aspectj.AspectJPrecedenceInformation.isAfterAdvice:()Z
ireturn
3: StackMap locals: org.springframework.aop.aspectj.AspectJPrecedenceInformation
StackMap stack:
aload 0
invokeinterface org.springframework.aop.Advisor.getAdvice:()Lorg/aopalliance/aop/Advice;
instanceof org.springframework.aop.AfterAdvice
ireturn
end local 1 end local 0 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 0: aload 0
instanceof org.springframework.aop.aspectj.AspectJPrecedenceInformation
ifeq 2
1: aload 0
checkcast org.springframework.aop.aspectj.AspectJPrecedenceInformation
areturn
2: StackMap locals:
StackMap stack:
aload 0
invokeinterface org.springframework.aop.Advisor.getAdvice:()Lorg/aopalliance/aop/Advice;
astore 1
start local 1 3: aload 1
instanceof org.springframework.aop.aspectj.AspectJPrecedenceInformation
ifeq 5
4: aload 1
checkcast org.springframework.aop.aspectj.AspectJPrecedenceInformation
areturn
5: StackMap locals: org.aopalliance.aop.Advice
StackMap stack:
aconst_null
areturn
end local 1 end local 0 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"